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