| Index: Source/core/xml/XMLHttpRequest.idl | 
| diff --git a/Source/core/xml/XMLHttpRequest.idl b/Source/core/xml/XMLHttpRequest.idl | 
| index 51ba51de78450dff071a3841c8bddda9845aafe4..35b24bea140e30d8cd7df07d861c04819aaa6cbb 100644 | 
| --- a/Source/core/xml/XMLHttpRequest.idl | 
| +++ b/Source/core/xml/XMLHttpRequest.idl | 
| @@ -40,7 +40,7 @@ enum XMLHttpRequestResponseType { | 
| ActiveDOMObject, | 
| Constructor, | 
| CallWith=ScriptExecutionContext, | 
| -    CustomConstructor, | 
| +    CustomConstructor(optional XMLHttpRequestOptions options), | 
| EventTarget | 
| ] interface XMLHttpRequest { | 
| // From XMLHttpRequestEventTarget | 
|  |