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

Unified Diff: Source/bindings/core/v8/ScriptFunction.h

Issue 1071963002: Replace Handle<> with Local<> in bindings/core/v8 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « Source/bindings/core/v8/Dictionary.cpp ('k') | Source/bindings/core/v8/ScriptFunction.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ScriptFunction.h
diff --git a/Source/bindings/core/v8/ScriptFunction.h b/Source/bindings/core/v8/ScriptFunction.h
index 94f09276acdf8764826ab28fbca6f32fd303e3c1..3cf0c42fb94a9616d9f7e098cf7e2b514896790d 100644
--- a/Source/bindings/core/v8/ScriptFunction.h
+++ b/Source/bindings/core/v8/ScriptFunction.h
@@ -62,7 +62,7 @@ protected:
{
}
- v8::Handle<v8::Function> bindToV8Function();
+ v8::Local<v8::Function> bindToV8Function();
private:
virtual ScriptValue call(ScriptValue) = 0;
« no previous file with comments | « Source/bindings/core/v8/Dictionary.cpp ('k') | Source/bindings/core/v8/ScriptFunction.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698