| Index: third_party/WebKit/LayoutTests/webaudio/codec-tests/wav/24bit-44khz.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/codec-tests/wav/24bit-44khz.html b/third_party/WebKit/LayoutTests/webaudio/codec-tests/wav/24bit-44khz.html
|
| index 34c6bc97349b9f8a01932ad86230c6819bdb782d..fc4c3fd2989813421b95b7f6c60067b64f82caa8 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/codec-tests/wav/24bit-44khz.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/codec-tests/wav/24bit-44khz.html
|
| @@ -3,7 +3,8 @@
|
| <html>
|
| <head>
|
| <script type="text/javascript" src="../../resources/audio-codec-test.js"></script>
|
| - <script type="text/javascript" src="../../resources/audio-testing.js"></script>
|
| + <script src="../../resources/audit-util.js"></script>
|
| + <script src="../../resources/audio-testing.js"></script>
|
| <script type="text/javascript" src="../../resources/buffer-loader.js"></script>
|
| <script>
|
| var url = "../../resources/media/24bit-44khz.wav";
|
|
|