| Index: core/xmlhttprequest/XMLHttpRequest.idl
|
| diff --git a/core/xmlhttprequest/XMLHttpRequest.idl b/core/xmlhttprequest/XMLHttpRequest.idl
|
| index da146641808b683f4ec87a0a21dfa82661a7cfe6..28d9452beef27ef93d4ff191ee17daf2b7d196b5 100644
|
| --- a/core/xmlhttprequest/XMLHttpRequest.idl
|
| +++ b/core/xmlhttprequest/XMLHttpRequest.idl
|
| @@ -41,11 +41,9 @@ enum XMLHttpRequestResponseType {
|
| // TODO(philipj): Most DOMString types in the XMLHttpRequest interface should be
|
| // either ByteString or USVString.
|
| [
|
| - ActiveDOMObject,
|
| + DependentLifetime,
|
| Constructor,
|
| ConstructorCallWith=ScriptState,
|
| - // TODO(philipj): The spec has Exposed=(Window,Worker)
|
| - // https://github.com/whatwg/xhr/issues/19
|
| Exposed=(Window,DedicatedWorker,SharedWorker)
|
| ] interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
| // event handler
|
|
|