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

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

Issue 2348373002: AudioBufferSourceOptions.buffer should be nullable. (Closed)
Patch Set: Created 4 years, 3 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/LayoutTests/webaudio/constructor/convolver.html ('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/AudioBufferSourceOptions.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceOptions.idl b/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceOptions.idl
index 1a1d0c183780de45742c254e113a98a3bafdf450..e7b2a8cf95dffe2d9d70e74bb03d91c79896cf26 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceOptions.idl
+++ b/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceOptions.idl
@@ -4,7 +4,7 @@
// See https://webaudio.github.io/web-audio-api/#audiobuffersourceoptions
dictionary AudioBufferSourceOptions {
- AudioBuffer buffer;
+ AudioBuffer? buffer;
float detune;
boolean loop;
double loopEnd;
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/constructor/convolver.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698