Index: Source/modules/imagebitmap/WindowImageBitmapFactories.idl |
diff --git a/Source/modules/imagebitmap/WindowImageBitmapFactories.idl b/Source/modules/imagebitmap/WindowImageBitmapFactories.idl |
index ced1ff8e6a7f83289960dfc01570c3ba96ba3d2b..419649fd0e22b6fd7986b2310ba52d5ff220b2ff 100644 |
--- a/Source/modules/imagebitmap/WindowImageBitmapFactories.idl |
+++ b/Source/modules/imagebitmap/WindowImageBitmapFactories.idl |
@@ -30,7 +30,7 @@ |
[ |
ImplementedAs=ImageBitmapFactories, |
- RuntimeEnabled=ExperimentalCanvasFeatures |
+ RuntimeEnabled=ExperimentalCanvasFeatures, |
] partial interface Window { |
[RaisesException] Promise createImageBitmap(HTMLImageElement image); |
[RaisesException] Promise createImageBitmap(HTMLImageElement image, long sx, long sy, long sw, long sh); |