| Index: Source/bindings/templates/interface.cpp
|
| diff --git a/Source/bindings/templates/interface.cpp b/Source/bindings/templates/interface.cpp
|
| index 48926881db84af927812cbcd20d4d14f3f0f5661..39abcc383ae7aec41d0b088e170a15324b32f5f0 100644
|
| --- a/Source/bindings/templates/interface.cpp
|
| +++ b/Source/bindings/templates/interface.cpp
|
| @@ -902,7 +902,7 @@ ActiveDOMObject* {{v8_class}}::toActiveDOMObject(v8::Handle<v8::Object> wrapper)
|
| {##############################################################################}
|
| {% block get_shadow_object_template %}
|
| {% if interface_name == 'Window' %}
|
| -v8::Handle<v8::ObjectTemplate> V8Window::getShadowObjectTemplate(v8::Isolate* isolate)
|
| +v8::Local<v8::ObjectTemplate> V8Window::getShadowObjectTemplate(v8::Isolate* isolate)
|
| {
|
| if (DOMWrapperWorld::current(isolate).isMainWorld()) {
|
| DEFINE_STATIC_LOCAL(v8::Persistent<v8::ObjectTemplate>, V8WindowShadowObjectCacheForMainWorld, ());
|
|
|