| Index: Source/core/workers/Worker.idl
|
| diff --git a/Source/core/workers/Worker.idl b/Source/core/workers/Worker.idl
|
| index 753b13a4dd5ba5a048d21521c624ffa169b28a41..6017569bee9547d470d7f8eab769be1493a9b8a6 100644
|
| --- a/Source/core/workers/Worker.idl
|
| +++ b/Source/core/workers/Worker.idl
|
| @@ -26,10 +26,10 @@
|
| */
|
|
|
| [
|
| + ActiveDOMObject,
|
| Constructor(DOMString scriptUrl),
|
| ConstructorCallWith=ExecutionContext,
|
| RaisesException=Constructor,
|
| - ActiveDOMObject
|
| ] interface Worker : EventTarget {
|
|
|
| attribute EventHandler onmessage;
|
| @@ -39,4 +39,3 @@
|
| };
|
|
|
| Worker implements AbstractWorker;
|
| -
|
|
|