XMLHttpRequestEventTarget should not be [NoInterfaceObject].

This commit is contained in:
Tetsuharu OHZEKI 2015-02-18 01:40:03 +09:00
parent afb152a856
commit abd591b96e
3 changed files with 2 additions and 35 deletions

View file

@ -173,6 +173,7 @@ var interfaceNamesInGlobalScope = [
"WorkerLocation", // #2823
"WorkerNavigator", // #2823
"XMLHttpRequest",
"XMLHttpRequestEventTarget",
"XMLHttpRequestUpload",
];