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

Unified Diff: Source/modules/mediasource/URLMediaSource.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
« no previous file with comments | « Source/modules/mediasource/SourceBuffer.idl ('k') | Source/modules/mediastream/RTCPeerConnection.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediasource/URLMediaSource.idl
diff --git a/Source/modules/mediasource/URLMediaSource.idl b/Source/modules/mediasource/URLMediaSource.idl
index 0d336fde060be828bc65b69ec4ccdeef40a3525e..af3affccc7dae49d4430c9f66ae95720dcc89f55 100644
--- a/Source/modules/mediasource/URLMediaSource.idl
+++ b/Source/modules/mediasource/URLMediaSource.idl
@@ -31,7 +31,7 @@
// https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#idl-def-URL
[
- TypeChecking=Interface|Nullable,
+ TypeChecking=Interface,
] partial interface URL {
[CallWith=ExecutionContext, TreatReturnedNullStringAs=Null] static DOMString createObjectURL(MediaSource source);
};
« no previous file with comments | « Source/modules/mediasource/SourceBuffer.idl ('k') | Source/modules/mediastream/RTCPeerConnection.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698