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

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

Issue 819943006: [bindings] Let getShadowObjectTemplate return Local<>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@third-branch
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
« no previous file with comments | « Source/bindings/core/v8/WindowProxy.cpp ('k') | Source/bindings/templates/interface.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/templates/interface.h
diff --git a/Source/bindings/templates/interface.h b/Source/bindings/templates/interface.h
index 0117b0cd6c2047e1277b795c33972b1a6da6ddff..f48a2805dabc33e88627842470204ede0cb82763 100644
--- a/Source/bindings/templates/interface.h
+++ b/Source/bindings/templates/interface.h
@@ -78,7 +78,7 @@ public:
static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>);
{% endif %}
{% if interface_name == 'Window' %}
- static v8::Handle<v8::ObjectTemplate> getShadowObjectTemplate(v8::Isolate*);
+ static v8::Local<v8::ObjectTemplate> getShadowObjectTemplate(v8::Isolate*);
{% endif %}
{% for method in methods %}
{% if method.is_custom %}
« no previous file with comments | « Source/bindings/core/v8/WindowProxy.cpp ('k') | Source/bindings/templates/interface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698