| Index: third_party/WebKit/LayoutTests/webaudio/test-basic.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/test-basic.html b/third_party/WebKit/LayoutTests/webaudio/test-basic.html
|
| index 74571faac58c3d803762e60eecbb79e476a877fc..6bc29bef503a4cfd7979af11f48aa77d2d39d24f 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/test-basic.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/test-basic.html
|
| @@ -9,7 +9,8 @@ The left channel will be a 880Hz tone, while the right will be 440Hz.
|
| <html>
|
| <head>
|
| <script src="../resources/js-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>
|
|
|
| </head>
|
| <body>
|
|
|