| Index: Source/core/html/ImageData.idl
|
| diff --git a/Source/core/html/ImageData.idl b/Source/core/html/ImageData.idl
|
| index 990a4bcff34aeef1bcfde5142b6abc0d75ad93ce..f267826017fc5f2d12c14fa5493eea80c308dd71 100644
|
| --- a/Source/core/html/ImageData.idl
|
| +++ b/Source/core/html/ImageData.idl
|
| @@ -34,7 +34,7 @@
|
| Constructor(Uint8ClampedArray data, unsigned long width, optional unsigned long height),
|
| Exposed=(Window,Worker),
|
| RaisesException=Constructor,
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface ImageData {
|
| readonly attribute long width;
|
| readonly attribute long height;
|
|
|