| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index def76c9c0185c95adb78d29dd51847a2ca847504..ff323a66267279360e75c9e98ae78888db232c8e 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -201,11 +201,7 @@ interface Uint8ClampedArray {
|
| [DartName=setElements, Custom] void set(in any array, [Optional] in unsigned long offset);
|
| };
|
|
|
| -[Supplemental,
|
| - Constructor(in ArrayBuffer buffer,
|
| - [Optional] in unsigned long byteOffset,
|
| - [Optional] in unsigned long byteLength)
|
| - ]
|
| +[Supplemental]
|
| interface DataView {
|
| // Undo this:
|
| // We have to use custom code because our code generator does not support int8_t type.
|
|
|