| 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 e4a4d46f422849f13c5377a3a66525759eae0b10..02222ba2faae9ec12603bdecce3654538d7368e3 100644
|
| --- a/third_party/WebKit/Source/core/frame/ImageBitmap.idl
|
| +++ b/third_party/WebKit/Source/core/frame/ImageBitmap.idl
|
| @@ -9,5 +9,5 @@
|
| ] interface ImageBitmap {
|
| readonly attribute unsigned long width;
|
| readonly attribute unsigned long height;
|
| - [RuntimeEnabled=ExperimentalCanvasFeatures] void close();
|
| + void close();
|
| };
|
|
|