mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Stop exposing XMLHttpRequestEventTarget on the window object.
This commit is contained in:
parent
6374fba0f3
commit
c5bb7219e2
2 changed files with 2 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
* http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0.
|
||||
*/
|
||||
|
||||
/* https://github.com/mozilla/servo/issues/1223: [NoInterfaceObject] */
|
||||
[NoInterfaceObject]
|
||||
interface XMLHttpRequestEventTarget : EventTarget {
|
||||
// event handlers
|
||||
attribute EventHandler onloadstart;
|
||||
|
@ -23,4 +23,4 @@ interface XMLHttpRequestEventTarget : EventTarget {
|
|||
attribute EventHandler onload;
|
||||
attribute EventHandler ontimeout;
|
||||
attribute EventHandler onloadend;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -156,7 +156,6 @@ var interfaceNamesInGlobalScope = [
|
|||
"ValidityState",
|
||||
"Window",
|
||||
"XMLHttpRequest",
|
||||
"XMLHttpRequestEventTarget", // XXX
|
||||
"XMLHttpRequestUpload",
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue