| Index: Source/core/xmlhttprequest/XMLHttpRequest.idl
|
| diff --git a/Source/core/xmlhttprequest/XMLHttpRequest.idl b/Source/core/xmlhttprequest/XMLHttpRequest.idl
|
| index a81de73379cf71ca0289d8ab38aae83656434bc3..3f4d6bbc31c3db92c7ef5b2a67c177a2e32f9d8b 100644
|
| --- a/Source/core/xmlhttprequest/XMLHttpRequest.idl
|
| +++ b/Source/core/xmlhttprequest/XMLHttpRequest.idl
|
| @@ -40,7 +40,8 @@ enum XMLHttpRequestResponseType {
|
| [
|
| WillBeGarbageCollected,
|
| ActiveDOMObject,
|
| - CustomConstructor(optional XMLHttpRequestOptions options),
|
| + Constructor,
|
| + ConstructorCallWith=ScriptState,
|
| Exposed=(Window,DedicatedWorker,SharedWorker)
|
| ] interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
| // event handler attributes
|
|
|