| Index: Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl
|
| diff --git a/Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl b/Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl
|
| index 3a16c7737310523d19a8220bf54ac8b86a6c9398..55f250429a083bf49f21e4594aeecde1eee550a1 100644
|
| --- a/Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl
|
| +++ b/Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl
|
| @@ -27,6 +27,8 @@
|
| // https://xhr.spec.whatwg.org/#xmlhttprequesteventtarget
|
|
|
| [
|
| + // TODO(philipj): The spec has Exposed=(Window,Worker)
|
| + // https://github.com/whatwg/xhr/issues/19
|
| Exposed=(Window,DedicatedWorker,SharedWorker)
|
| ] interface XMLHttpRequestEventTarget : EventTarget {
|
| // event handlers
|
|
|