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

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

Issue 356843007: Remove meaningless uses of [TypeChecking=Nullable] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 f095d8c13d29302f31489dcf3fa79ee0396c1a6d..1b34ea7be37baf24916c4d4cd3c70adfe1ecf24b 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,
- TypeChecking=Interface|Nullable,
+ 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);
« 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