Index: Source/core/workers/SharedWorker.idl |
diff --git a/Source/core/workers/SharedWorker.idl b/Source/core/workers/SharedWorker.idl |
index 3e94cabd145dd70c54f3c89717201f2ee8cf7d92..babc7ba6f23e3d288ba1475b9135eca9a37e9a26 100644 |
--- a/Source/core/workers/SharedWorker.idl |
+++ b/Source/core/workers/SharedWorker.idl |
@@ -36,6 +36,7 @@ |
// TODO(philipj): The name argument should not have a default null value. |
Constructor(DOMString scriptURL, optional DOMString name = null), |
ConstructorCallWith=ExecutionContext, |
+ GarbageCollected, |
// TODO(philipj): Exposed=(Window,Worker), |
RaisesException=Constructor, |
RuntimeEnabled=SharedWorker, |