Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: Source/modules/imagebitmap/ImageBitmapFactories.idl

Issue 255553004: Split [StrictTypeChecking] into [TypeChecking=Interface|Nullable|String] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove redundant flag Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/imagebitmap/ImageBitmapFactories.idl
diff --git a/Source/modules/imagebitmap/ImageBitmapFactories.idl b/Source/modules/imagebitmap/ImageBitmapFactories.idl
index 27eeb8b878e9fad122e02fb7db9790f94ad71bee..48ebea1ff9da1824a50796b90d3de4118a1f36a1 100644
--- a/Source/modules/imagebitmap/ImageBitmapFactories.idl
+++ b/Source/modules/imagebitmap/ImageBitmapFactories.idl
@@ -46,7 +46,7 @@ typedef (// HTMLImageElement or
LegacyTreatAsPartialInterface,
NoInterfaceObject, // Always used on target of 'implements'
RuntimeEnabled=ExperimentalCanvasFeatures,
- StrictTypeChecking,
+ TypeChecking=Interface|Nullable|String,
] interface ImageBitmapFactories {
[RaisesException] Promise createImageBitmap(Blob blob);
[RaisesException] Promise createImageBitmap(Blob blob, long sx, long sy, long sw, long sh);
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeys.idl ('k') | Source/modules/imagebitmap/WindowImageBitmapFactories.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698