Index: Source/bindings/templates/callback_interface.cpp |
diff --git a/Source/bindings/templates/callback_interface.cpp b/Source/bindings/templates/callback_interface.cpp |
index 18e89dee99dbe92abad84ed9c2ca15fd41c53a72..a990e3ac39d1c5a52e42ad355df927c87f401d53 100644 |
--- a/Source/bindings/templates/callback_interface.cpp |
+++ b/Source/bindings/templates/callback_interface.cpp |
@@ -14,7 +14,7 @@ |
namespace blink { |
-{{v8_class}}::{{v8_class}}(v8::Handle<v8::Function> callback, ScriptState* scriptState) |
+{{v8_class}}::{{v8_class}}(v8::Local<v8::Function> callback, ScriptState* scriptState) |
: ActiveDOMCallback(scriptState->executionContext()) |
, m_scriptState(scriptState) |
{ |