| Index: Source/core/workers/AbstractWorker.idl
|
| diff --git a/Source/core/workers/AbstractWorker.idl b/Source/core/workers/AbstractWorker.idl
|
| index bfe9347841aca44efad20662404386bc290fd2f3..ee524ab491da34b04ae3a95250bbfef710cedfd6 100644
|
| --- a/Source/core/workers/AbstractWorker.idl
|
| +++ b/Source/core/workers/AbstractWorker.idl
|
| @@ -29,11 +29,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// http://www.whatwg.org/specs/web-apps/current-work/#the-abstractworker-abstract-interface
|
| +// https://html.spec.whatwg.org/#the-abstractworker-abstract-interface
|
|
|
| [
|
| LegacyTreatAsPartialInterface,
|
| NoInterfaceObject, // Always used on target of 'implements'
|
| + Exposed=(Window,Worker),
|
| WillBeGarbageCollected,
|
| ] interface AbstractWorker {
|
| attribute EventHandler onerror;
|
|
|