Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1307)

Unified Diff: third_party/WebKit/WebCore/bindings/js/ScriptValue.h

Issue 46097: WebKit merge 41660:41709 (WebKit side).... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/WebCore/bindings/js/ScriptValue.h
===================================================================
--- third_party/WebKit/WebCore/bindings/js/ScriptValue.h (revision 11711)
+++ third_party/WebKit/WebCore/bindings/js/ScriptValue.h (working copy)
@@ -42,6 +42,7 @@
class ScriptValue {
public:
ScriptValue(JSC::JSValuePtr value = JSC::noValue()) : m_value(value) {}
+ virtual ~ScriptValue() {}
JSC::JSValuePtr jsValue() const { return m_value.get(); }
bool getString(String& result) const;

Powered by Google App Engine
This is Rietveld 408576698