Chromium Code Reviews| Index: core/html/ImageData.idl |
| diff --git a/core/html/ImageData.idl b/core/html/ImageData.idl |
| index 9aee728200a03b094a6bce4c24bebf8b5a0b2a3d..152822d709ba2d91688991ba11a58a481566bd0f 100644 |
| --- a/core/html/ImageData.idl |
| +++ b/core/html/ImageData.idl |
| @@ -39,5 +39,5 @@ |
| readonly attribute long width; |
| readonly attribute long height; |
| - [DartCustom=New] readonly attribute ArrayBufferView data; |
| + [DartCustom=New] readonly attribute Uint8ClampedArray data; |
| }; |