| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index 415b91482ece95bd1765104c1d0cbda1d1fe1617..b33973afb31f27dc2e553c65559e7a201b603597 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -299,7 +299,7 @@ interface WebSocket {
|
| [Custom] void send(ArrayBufferView data);
|
| };
|
|
|
| -[Supplemental]
|
| +[Supplemental, Constructor]
|
| interface XMLHttpRequest {
|
| [Custom] void send();
|
| [Custom] void send(ArrayBuffer data); // FIXME: this should be eventually deprecated.
|
|
|