Index: Source/bindings/tests/results/core/V8TestCallbackInterface.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp b/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp |
index d42fdfca40b39cf6b2ff381588f24825a897e283..4eb9c77a4947773ff04258bc2c80550a4b014fae 100644 |
--- a/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp |
+++ b/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp |
@@ -18,7 +18,7 @@ |
namespace blink { |
-V8TestCallbackInterface::V8TestCallbackInterface(v8::Handle<v8::Function> callback, ScriptState* scriptState) |
+V8TestCallbackInterface::V8TestCallbackInterface(v8::Local<v8::Function> callback, ScriptState* scriptState) |
: ActiveDOMCallback(scriptState->executionContext()) |
, m_scriptState(scriptState) |
{ |