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

Unified Diff: Source/modules/imagebitmap/WindowImageBitmapFactories.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/WindowImageBitmapFactories.idl
diff --git a/Source/modules/imagebitmap/WindowImageBitmapFactories.idl b/Source/modules/imagebitmap/WindowImageBitmapFactories.idl
index 94b68fdd020659c577fdce3c0b19535e1031cfdc..3bd64ae1b1e770841db0a86447d71c66690b165c 100644
--- a/Source/modules/imagebitmap/WindowImageBitmapFactories.idl
+++ b/Source/modules/imagebitmap/WindowImageBitmapFactories.idl
@@ -31,7 +31,7 @@
[
ImplementedAs=ImageBitmapFactories,
RuntimeEnabled=ExperimentalCanvasFeatures,
- StrictTypeChecking,
+ TypeChecking=Interface|Nullable|String,
] partial interface Window {
[RaisesException] Promise createImageBitmap(HTMLImageElement image);
[RaisesException] Promise createImageBitmap(HTMLImageElement image, long sx, long sy, long sw, long sh);
« no previous file with comments | « Source/modules/imagebitmap/ImageBitmapFactories.idl ('k') | Source/modules/mediastream/RTCPeerConnection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698