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..6a0bd4812fc4915a5dd0b48b0d7f456cd4e6004c 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl |
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl |
@@ -27,6 +27,7 @@ |
// https://html.spec.whatwg.org/#the-workerglobalscope-common-interface |
[ |
+ ActiveScriptWrappable, |
Exposed=Worker, |
] interface WorkerGlobalScope : EventTarget { |
readonly attribute WorkerGlobalScope self; |