Index: Source/core/dom/MessageChannel.idl |
diff --git a/Source/core/dom/MessageChannel.idl b/Source/core/dom/MessageChannel.idl |
index 3a1123c78d1d60b5f1c071a931672be2c40c7693..14a4e19ff083e3c6198403b4aea5125923528277 100644 |
--- a/Source/core/dom/MessageChannel.idl |
+++ b/Source/core/dom/MessageChannel.idl |
@@ -26,7 +26,7 @@ |
[ |
CustomConstructor, |
- Exposed=Window&Worker, |
+ Exposed=(Window,Worker), |
WillBeGarbageCollected |
] interface MessageChannel { |
readonly attribute MessagePort port1; |