| Index: sky/engine/core/html/ImageData.idl
|
| diff --git a/sky/engine/core/html/ImageData.idl b/sky/engine/core/html/ImageData.idl
|
| index ebd551dd9279c4215a811f15a82a0cceb1f1d1b2..f25d6571e443f9e146ad3df3d6ead981e9304b18 100644
|
| --- a/sky/engine/core/html/ImageData.idl
|
| +++ b/sky/engine/core/html/ImageData.idl
|
| @@ -30,8 +30,6 @@
|
|
|
| [
|
| Constructor(unsigned long width, unsigned long height),
|
| - Constructor(Uint8ClampedArray data, unsigned long width, [Default=Undefined] optional unsigned long height),
|
| - Custom=Wrap,
|
| RaisesException=Constructor,
|
| ] interface ImageData {
|
| readonly attribute long width;
|
|
|