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 %} |