| Index: Source/core/dom/MessagePort.idl
|
| diff --git a/Source/core/dom/MessagePort.idl b/Source/core/dom/MessagePort.idl
|
| index 3c21c03bc2b3bc49a1428edc6179ccadd1f98c06..338d1a36b2c80e871c8f0a00392aaa9872755c30 100644
|
| --- a/Source/core/dom/MessagePort.idl
|
| +++ b/Source/core/dom/MessagePort.idl
|
| @@ -32,7 +32,7 @@
|
| Exposed=(Window,Worker),
|
| GarbageCollected,
|
| ] interface MessagePort : EventTarget {
|
| - [PostMessage, RaisesException, Measure] void postMessage(any message, optional sequence<Transferable> transfer);
|
| + [Custom, RaisesException, Measure] void postMessage(any message, optional sequence<Transferable> transfer);
|
| [Measure] void start();
|
| [Measure] void close();
|
|
|
|
|