Index: Source/core/workers/SharedWorker.idl |
diff --git a/Source/core/workers/SharedWorker.idl b/Source/core/workers/SharedWorker.idl |
index 9fbb2ca97ae35e37fb59dbccac80df0fff89ddeb..0d51c746fb3a2ef2202df6cad47dd30338bdd29f 100644 |
--- a/Source/core/workers/SharedWorker.idl |
+++ b/Source/core/workers/SharedWorker.idl |
@@ -31,6 +31,7 @@ |
[ |
Conditional=SHARED_WORKERS, |
+ EnabledAtRuntime, |
Constructor(DOMString scriptURL, [Default=NullString] optional DOMString name), |
CallWith=ScriptExecutionContext, |
RaisesException |