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

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

Issue 1303823004: [bindings] Replace last traces of v8::Handle to v8::Local (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | Source/core/dom/DOMDataView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ScriptFunctionCall.h
diff --git a/Source/bindings/core/v8/ScriptFunctionCall.h b/Source/bindings/core/v8/ScriptFunctionCall.h
index d4b8a37248a9005b8a2e4ae94475ea1da9f937fc..52c44c66778025a41970c4a32f4dcaed7602651d 100644
--- a/Source/bindings/core/v8/ScriptFunctionCall.h
+++ b/Source/bindings/core/v8/ScriptFunctionCall.h
@@ -61,7 +61,7 @@ public:
ScriptFunctionCall(const ScriptValue& thisObject, const String& name);
ScriptValue call(bool& hadException, bool reportExceptions = true);
ScriptValue call();
- v8::Handle<v8::Function> function();
+ v8::Local<v8::Function> function();
ScriptValue callWithoutExceptionHandling();
protected:
« no previous file with comments | « no previous file | Source/core/dom/DOMDataView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698