| Index: client/dom/idl/dart/dart.idl
|
| diff --git a/client/dom/idl/dart/dart.idl b/client/dom/idl/dart/dart.idl
|
| index 6aee890fcf3524a31b92206df9fa7fab7f6696b3..b8836c6572bc4814c0fd81d8024d42377420458c 100644
|
| --- a/client/dom/idl/dart/dart.idl
|
| +++ b/client/dom/idl/dart/dart.idl
|
| @@ -53,12 +53,6 @@ module window {
|
| };
|
|
|
| module html {
|
| - // Define factory for XMLHttpRequest.
|
| - [Supplemental]
|
| - interface Window {
|
| - XMLHttpRequest createXMLHttpRequest();
|
| - };
|
| -
|
| [Supplemental]
|
| interface Console {
|
| [Suppressed] void debug();
|
|
|