Chromium Code Reviews| Index: tools/dom/idl/dart/dart.idl |
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl |
| index c73a508d6b36ccccb3393ede98e924d2d9a22a03..8ef3b7a677a8e6b6133473e370c83110f0b7a1f5 100644 |
| --- a/tools/dom/idl/dart/dart.idl |
| +++ b/tools/dom/idl/dart/dart.idl |
| @@ -61,7 +61,7 @@ interface HTMLSelectElement { |
| [Supplemental] |
| interface ImageData { |
| - readonly attribute Uint8ClampedArray data; |
| + [Custom] readonly attribute int[] data; |
| }; |
| [Supplemental] |