| Index: Source/core/workers/SharedWorker.idl
|
| diff --git a/Source/core/workers/SharedWorker.idl b/Source/core/workers/SharedWorker.idl
|
| index 5088d79dac8efbf199540fd05c2db612d2523fa0..3e94cabd145dd70c54f3c89717201f2ee8cf7d92 100644
|
| --- a/Source/core/workers/SharedWorker.idl
|
| +++ b/Source/core/workers/SharedWorker.idl
|
| @@ -29,12 +29,14 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// http://www.whatwg.org/specs/web-apps/current-work/#shared-workers-and-the-sharedworker-interface
|
| +// https://html.spec.whatwg.org/#shared-workers-and-the-sharedworker-interface
|
|
|
| [
|
| ActiveDOMObject,
|
| + // TODO(philipj): The name argument should not have a default null value.
|
| Constructor(DOMString scriptURL, optional DOMString name = null),
|
| ConstructorCallWith=ExecutionContext,
|
| + // TODO(philipj): Exposed=(Window,Worker),
|
| RaisesException=Constructor,
|
| RuntimeEnabled=SharedWorker,
|
| ] interface SharedWorker : EventTarget {
|
|
|