| Index: third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
|
| diff --git a/chrome/test/data/extensions/api_test/executescript/http204/at_document_idle.js b/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
|
| similarity index 67%
|
| copy from chrome/test/data/extensions/api_test/executescript/http204/at_document_idle.js
|
| copy to third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
|
| index 1f861002ca9a3357f948b33135629a0eb8b1e5b8..9cf6f16e5cb8152c1d1a5b858a90f6ec3a22efc4 100644
|
| --- a/chrome/test/data/extensions/api_test/executescript/http204/at_document_idle.js
|
| +++ b/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
|
| @@ -2,4 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -window.documentIdle = window.documentIdle ? documentIdle + 1 : 1;
|
| +dictionary PeriodicWaveConstraints {
|
| + boolean disableNormalization = false;
|
| +};
|
|
|