Index: Source/bindings/core/v8/ScriptFunction.h |
diff --git a/Source/bindings/core/v8/ScriptFunction.h b/Source/bindings/core/v8/ScriptFunction.h |
index 3cf0c42fb94a9616d9f7e098cf7e2b514896790d..0ffe709509e6730a77075e584de0bade07484069 100644 |
--- a/Source/bindings/core/v8/ScriptFunction.h |
+++ b/Source/bindings/core/v8/ScriptFunction.h |
@@ -44,7 +44,7 @@ namespace blink { |
// // This returns a V8 function which the DerivedFunction is bound to. |
// // The DerivedFunction is destructed when the V8 function is |
// // garbage-collected. |
-// static v8::Handle<v8::Function> createFunction(ScriptState* scriptState) |
+// static v8::Local<v8::Function> createFunction(ScriptState* scriptState) |
// { |
// DerivedFunction* self = new DerivedFunction(scriptState); |
// return self->bindToV8Function(); |