| Index: LayoutTests/webaudio/scriptprocessornode-rewrap.html
|
| diff --git a/LayoutTests/webaudio/scriptprocessornode-rewrap.html b/LayoutTests/webaudio/scriptprocessornode-rewrap.html
|
| index 3d56e184ce2a1ef3793a0757050df7d1417b56bd..12bbdc5662ad3e348b4d488fb3d6875e713408f2 100644
|
| --- a/LayoutTests/webaudio/scriptprocessornode-rewrap.html
|
| +++ b/LayoutTests/webaudio/scriptprocessornode-rewrap.html
|
| @@ -1,6 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <script src=../resources/js-test.js></script>
|
| +<script src="resources/compatibility.js"></script>
|
| <script>
|
| var jsTestIsAsync = true;
|
| description("Tests re-wrapping an AudioNode sublass after its JS wrapper is deleted wraps the node as the correct subclass. A binding integrity assert will fire otherwise.");
|
|
|