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

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

Issue 2760353002: Define default values for options dictionaries for WebAudio (Closed)
Patch Set: Rebase Created 3 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: third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
diff --git a/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl b/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
index 950ce166ce174173639414db82e0863d652cac6b..6c8e6890cb911edc8ad31dae86a14317e0849046 100644
--- a/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
+++ b/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
@@ -4,5 +4,5 @@
// See https://webaudio.github.io/web-audio-api/#periodicwaveconstraints
dictionary PeriodicWaveConstraints {
- boolean disableNormalization;
+ boolean disableNormalization = false;
};

Powered by Google App Engine
This is Rietveld 408576698