Chromium Code Reviews| Index: Source/core/workers/Worker.idl |
| diff --git a/Source/core/workers/Worker.idl b/Source/core/workers/Worker.idl |
| index a7d148eb537a664508dde405df4cb2e359c283a6..c3a17753d1296e45f9af026fb00106230a5c3d24 100644 |
| --- a/Source/core/workers/Worker.idl |
| +++ b/Source/core/workers/Worker.idl |
| @@ -36,7 +36,6 @@ |
| ] interface Worker : EventTarget { |
| attribute EventHandler onmessage; |
| - |
| [Custom, RaisesException] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer); |
|
shans
2014/08/25 11:53:59
revert this change.
|
| void terminate(); |
| }; |