Index: Source/core/dom/MessageChannel.idl |
diff --git a/Source/core/dom/MessageChannel.idl b/Source/core/dom/MessageChannel.idl |
index 6a20e89efaa4c038e9b3323fc0ff0b9b144c46cf..c5746b9f0ad3935d126b6f978c82c0f4f6f2f5fb 100644 |
--- a/Source/core/dom/MessageChannel.idl |
+++ b/Source/core/dom/MessageChannel.idl |
@@ -29,7 +29,7 @@ |
[ |
CustomConstructor, |
Exposed=(Window,Worker), |
- WillBeGarbageCollected |
+ GarbageCollected |
] interface MessageChannel { |
readonly attribute MessagePort port1; |
readonly attribute MessagePort port2; |