Chromium Code Reviews| Index: Source/core/workers/SharedWorker.idl |
| diff --git a/Source/core/workers/SharedWorker.idl b/Source/core/workers/SharedWorker.idl |
| index c69690fef13d9170c99d55fc87e8ed96861d16c5..d6cae73ca5d21083cd1b9f1355bb69a397de5aff 100644 |
| --- a/Source/core/workers/SharedWorker.idl |
| +++ b/Source/core/workers/SharedWorker.idl |
| @@ -30,6 +30,7 @@ |
| */ |
| [ |
| + NoInterfaceObject, |
| Constructor(DOMString scriptURL, [Default=NullString] optional DOMString name), |
| CallWith=ScriptExecutionContext, |
| RaisesException |