| 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 b066dd3a56f40ade311b093204fe7a8bd924abf4..ab9db1d563f30004014a2662f559c1c4ecc72bf7 100644
|
| --- a/third_party/WebKit/Source/core/frame/ImageBitmap.idl
|
| +++ b/third_party/WebKit/Source/core/frame/ImageBitmap.idl
|
| @@ -5,7 +5,7 @@
|
| // https://html.spec.whatwg.org/#images
|
|
|
| [
|
| - // TODO(philipj): Exposed=(Window,Worker)
|
| + Exposed=(Window,Worker),
|
| WillBeGarbageCollected,
|
| ] interface ImageBitmap {
|
| readonly attribute unsigned long width;
|
|
|