| Index: Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
|
| diff --git a/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl b/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
|
| index a5ac933fa8e797a3a97992f1851115ac5c9a4b8e..325a6ffdba5c7115d6edb46fc111b9bd51cf6ffa 100644
|
| --- a/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
|
| +++ b/Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
|
| @@ -28,7 +28,7 @@
|
|
|
| // https://xhr.spec.whatwg.org/#xmlhttprequestupload
|
|
|
| -// TODO(philipj): The spec has Exposed=(Window,Worker)
|
| -// https://github.com/whatwg/xhr/issues/19
|
| -interface XMLHttpRequestUpload : XMLHttpRequestEventTarget {
|
| +[
|
| + Exposed=(Window,DedicatedWorker,SharedWorker)
|
| +] interface XMLHttpRequestUpload : XMLHttpRequestEventTarget {
|
| };
|
|
|