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

Unified Diff: Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp

Issue 12926003: Merge 144458 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 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: Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
===================================================================
--- Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp (revision 146152)
+++ Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp (working copy)
@@ -65,7 +65,7 @@
{
if (!value.isObject() || value.isNull())
return 0;
- return V8Node::toNative(v8::Handle<v8::Object>::Cast(value.v8Value()));
+ return V8Node::toNative(v8::Handle<v8::Object>::Cast(value.v8ValueRaw()));
}
ScriptValue InjectedScriptHost::nodeAsScriptValue(ScriptState* state, Node* node)
« no previous file with comments | « Source/WebCore/bindings/v8/SharedPersistent.h ('k') | Source/WebCore/bindings/v8/custom/V8MessageEventCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698