| Index: Source/core/dom/MessagePort.idl
|
| diff --git a/Source/core/dom/MessagePort.idl b/Source/core/dom/MessagePort.idl
|
| index f834df6318afd25ddd80c9b681bf9d5f281c4ab7..77d8652d2d66e303aeccf2414d9a1d5d51b4b0c8 100644
|
| --- a/Source/core/dom/MessagePort.idl
|
| +++ b/Source/core/dom/MessagePort.idl
|
| @@ -29,7 +29,7 @@
|
| ActiveDOMObject,
|
| WillBeGarbageCollected
|
| ] interface MessagePort : EventTarget {
|
| - [Custom, RaisesException] void postMessage(any message, optional MessagePort[] messagePorts);
|
| + [Custom, RaisesException] void postMessage(any message, optional sequence<Transferable> transfer);
|
|
|
| void start();
|
| void close();
|
| @@ -37,4 +37,3 @@
|
| // event handler attributes
|
| attribute EventHandler onmessage;
|
| };
|
| -
|
|
|