Index: Source/core/dom/MessagePort.idl |
diff --git a/Source/core/dom/MessagePort.idl b/Source/core/dom/MessagePort.idl |
index 43241721416c00628576287d93fb9212cebf5373..17ae44910fe8ea68dd738494bf0d379c0329095d 100644 |
--- a/Source/core/dom/MessagePort.idl |
+++ b/Source/core/dom/MessagePort.idl |
@@ -28,8 +28,6 @@ |
[ |
ActiveDOMObject |
] interface MessagePort : EventTarget { |
-// We need to have something as an ObjC binding, because MessagePort is used in MessageEvent, which already has one, |
-// but we don't want to actually expose the API while it is in flux. |
[Custom, RaisesException] void postMessage(any message, optional Array messagePorts); |
void start(); |