| Index: xml/XMLHttpRequest.idl
 | 
| diff --git a/xml/XMLHttpRequest.idl b/xml/XMLHttpRequest.idl
 | 
| index 51c2b280d1650e0954546a951b741bbfdb64ba4d..32663623a9a2ef1c0a993989f64a1a994ef4e504 100644
 | 
| --- a/xml/XMLHttpRequest.idl
 | 
| +++ b/xml/XMLHttpRequest.idl
 | 
| @@ -41,9 +41,7 @@ enum XMLHttpRequestResponseType {
 | 
|      Constructor,
 | 
|      CallWith=ScriptExecutionContext,
 | 
|      V8CustomConstructor,
 | 
| -    JSCustomMarkFunction,
 | 
| -    EventTarget,
 | 
| -    JSNoStaticTables
 | 
| +    EventTarget
 | 
|  ] interface XMLHttpRequest {
 | 
|      // From XMLHttpRequestEventTarget
 | 
|      // event handler attributes
 | 
| 
 |