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

Unified Diff: third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceOptions.idl

Issue 2393783003: Mark required dictionary members as required (Closed)
Patch Set: Created 4 years, 2 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 | « third_party/WebKit/Source/modules/webaudio/IIRFilterOptions.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceOptions.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceOptions.idl b/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceOptions.idl
index f51f2e6a5f6c837cf36a707f6ef1508612b65b4a..d5d564148a0a8b05e5d9ab7dd8447a930ff9334f 100644
--- a/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceOptions.idl
+++ b/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceOptions.idl
@@ -4,5 +4,5 @@
// See https://webaudio.github.io/web-audio-api/#mediaelementaudiosourceoptions
dictionary MediaElementAudioSourceOptions {
- HTMLMediaElement mediaElement;
+ required HTMLMediaElement mediaElement;
};
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/IIRFilterOptions.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698