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 9203b69b699378e3840ffec1b2f6a57984158487..950ce166ce174173639414db82e0863d652cac6b 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl |
+++ b/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl |
@@ -2,6 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+// See https://webaudio.github.io/web-audio-api/#periodicwaveconstraints |
dictionary PeriodicWaveConstraints { |
boolean disableNormalization; |
}; |