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

Unified Diff: Source/bindings/templates/partial_interface.h

Issue 823093002: [bindings] Make v8_class::install[v8_class]Template use Local<>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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
Index: Source/bindings/templates/partial_interface.h
diff --git a/Source/bindings/templates/partial_interface.h b/Source/bindings/templates/partial_interface.h
index 885ef46adea9ec6654069fb6d8d500b6a3183353..7607a12b20a179c67f7a47540038fe6ff1011633 100644
--- a/Source/bindings/templates/partial_interface.h
+++ b/Source/bindings/templates/partial_interface.h
@@ -36,7 +36,7 @@ public:
{# Custom internal fields #}
static void installConditionallyEnabledMethods(v8::Local<v8::Object>, v8::Isolate*);
private:
- static void install{{v8_class}}Template(v8::Handle<v8::FunctionTemplate>, v8::Isolate*);
+ static void install{{v8_class}}Template(v8::Local<v8::FunctionTemplate>, v8::Isolate*);
};
}
#endif // {{v8_class_or_partial}}_h
« no previous file with comments | « Source/bindings/templates/interface_base.cpp ('k') | Source/bindings/tests/results/core/V8SVGTestInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698