Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl |
diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl |
index 1632dc10e8fde8410d43dc2e460c6a3d97bd628d..811d8baf7c18010ea4a50de89de8675ba45f2294 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl |
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl |
@@ -27,6 +27,8 @@ |
// https://html.spec.whatwg.org/#the-workerglobalscope-common-interface |
[ |
+ ActiveScriptWrappable, |
+ DependentLifetime, |
Exposed=Worker, |
] interface WorkerGlobalScope : EventTarget { |
readonly attribute WorkerGlobalScope self; |