| Index: third_party/WebKit/Source/core/frame/ImageBitmap.idl
|
| diff --git a/third_party/WebKit/Source/core/frame/ImageBitmap.idl b/third_party/WebKit/Source/core/frame/ImageBitmap.idl
|
| index b47435f59fdc76acf027f214dd12b2b73073ee2c..9203cb79bcb46ec7de746f7f50f61d4ef35282a0 100644
|
| --- a/third_party/WebKit/Source/core/frame/ImageBitmap.idl
|
| +++ b/third_party/WebKit/Source/core/frame/ImageBitmap.idl
|
| @@ -6,7 +6,7 @@
|
|
|
| [
|
| Exposed=(Window,Worker),
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface ImageBitmap {
|
| readonly attribute unsigned long width;
|
| readonly attribute unsigned long height;
|
|
|