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 376fafa1c0e090d170d1709c5b7d61ef9b81ace7..6b0433d52bca157216c0666cfd08f3d149c3b4f2 100644 |
--- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl |
+++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.idl |
@@ -47,7 +47,6 @@ typedef (// HTMLImageElement or |
NoInterfaceObject, // Always used on target of 'implements' |
Exposed=(Window,Worker), |
RuntimeEnabled=ExperimentalCanvasFeatures, |
- TypeChecking=Interface, |
] interface ImageBitmapFactories { |
[CallWith=ScriptState, RaisesException] Promise createImageBitmap(Blob blob); |
[CallWith=ScriptState, RaisesException] Promise createImageBitmap(Blob blob, long sx, long sy, long sw, long sh); |