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) |