| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index f5a21b99d525303164e8fa39d83913b8a59dc5ce..6c4e46ea99f29b0b1f569623401cce8de0905823 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -202,11 +202,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.
|
|
|