Index: third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl |
diff --git a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl |
index 703fc5ae753ad83510a05b3a07f846ad43e32acb..02b3425e417257d4f5b401faf374a8a9336bc00b 100644 |
--- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl |
+++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl |
@@ -41,7 +41,6 @@ typedef (HTMLImageElement or |
LegacyTreatAsPartialInterface, |
NoInterfaceObject, // Always used on target of 'implements' |
Exposed=(Window,Worker), |
- RuntimeEnabled=ExperimentalCanvasFeatures, |
] interface ImageBitmapFactories { |
[CallWith=ScriptState, RaisesException] Promise createImageBitmap(ImageBitmapSource imageBitmap); |
[CallWith=ScriptState, RaisesException, RuntimeEnabled=ExperimentalCanvasFeatures] Promise createImageBitmap( |