| Index: third_party/WebKit/LayoutTests/webaudio/resources/compatibility.js
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/resources/compatibility.js b/third_party/WebKit/LayoutTests/webaudio/resources/compatibility.js
|
| deleted file mode 100644
|
| index 7b400a134411326cc4b30040047ae26b778a12a4..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/webaudio/resources/compatibility.js
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -// We want to be able to run these tests with chrome that only supports the prefixed
|
| -// AudioContext. This is useful in case a regression has occurred.
|
| -
|
| -if (window.hasOwnProperty('webkitAudioContext') &&
|
| - !window.hasOwnProperty('AudioContext')) {
|
| - window.AudioContext = webkitAudioContext;
|
| - window.OfflineAudioContext = webkitOfflineAudioContext;
|
| - console.log("Using deprecated prefixed AudioContext or OfflineAudioContext");
|
| -}
|
|
|