Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1595)

Unified Diff: Source/core/workers/SharedWorker.idl

Issue 17236004: Update AbstractWorker, Worker and SharedWorker to match the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698