| Index: Source/bindings/templates/interface_base.cpp
|
| diff --git a/Source/bindings/templates/interface_base.cpp b/Source/bindings/templates/interface_base.cpp
|
| index 31596f3d8a8fe9250e0f9674b5dfbd2e31ab5da3..7b3f3bb5f8f28ad4d3bf23d5e4d17c6e25fc46fe 100644
|
| --- a/Source/bindings/templates/interface_base.cpp
|
| +++ b/Source/bindings/templates/interface_base.cpp
|
| @@ -426,7 +426,7 @@ static void install{{v8_class}}Template(v8::Handle<v8::FunctionTemplate> functio
|
| // Turning on checks also invalidates inline caches of the object.
|
| instanceTemplate->SetAccessCheckCallbacks(V8Window::namedSecurityCheckCustom, V8Window::indexedSecurityCheckCustom, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(&V8Window::wrapperTypeInfo)), false);
|
| {% elif interface_name in [
|
| - 'HTMLDocument', 'DedicatedWorkerGlobalScope',
|
| + 'HTMLDocument', 'DedicatedWorkerGlobalScope', 'UIWorkerGlobalScope',
|
| 'SharedWorkerGlobalScope', 'ServiceWorkerGlobalScope'] %}
|
| functionTemplate->SetHiddenPrototype(true);
|
| {% endif %}
|
|
|