Index: Source/core/workers/SharedWorker.idl |
diff --git a/Source/core/workers/SharedWorker.idl b/Source/core/workers/SharedWorker.idl |
index afa905ea7c659c6c71e6dc461484a27911b2bba1..d0c1496318e50829c3710c80c9b7ead9ef0e8c7a 100644 |
--- a/Source/core/workers/SharedWorker.idl |
+++ b/Source/core/workers/SharedWorker.idl |
@@ -33,8 +33,9 @@ |
EnabledAtRuntime, |
Constructor(DOMString scriptURL, [Default=NullString] optional DOMString name), |
ConstructorCallWith=ScriptExecutionContext, |
- ConstructorRaisesException |
-] interface SharedWorker : AbstractWorker { |
+ ConstructorRaisesException, |
+ ActiveDOMObject |
+] interface SharedWorker : EventTarget { |
readonly attribute MessagePort port; |
}; |