| Index: third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
|
| diff --git a/chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js b/third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
|
| similarity index 69%
|
| copy from chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js
|
| copy to third_party/WebKit/Source/modules/webaudio/PeriodicWaveConstraints.idl
|
| index 456b59ee4528452a1b0a64916f9c64c360a0bd44..77e2702f15eb45219d5fb53246a792f59b116ab0 100644
|
| --- a/chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.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.didRunAtDocumentEndUnexpected = true;
|
| +dictionary PeriodicWaveConstraints {
|
| + boolean disableNormalization;
|
| +};
|
|
|