| Index: LayoutTests/crash/string-replacement-outofmemory.html
|
| diff --git a/LayoutTests/crash/string-replacement-outofmemory.html b/LayoutTests/crash/string-replacement-outofmemory.html
|
| index bc3ddd844c749f183e66eb36919281ca29c17a4d..eb80ac5897c82ae25724ee3d1a9edddf830c689f 100644
|
| --- a/LayoutTests/crash/string-replacement-outofmemory.html
|
| +++ b/LayoutTests/crash/string-replacement-outofmemory.html
|
| @@ -20,4 +20,3 @@ y = createStringWithRepeatedChar(y, (1 << 20) + 1);
|
| shouldThrow("x.replace(/\\d/g, y)", '"Error: Out of memory"');
|
| var successfullyParsed = true;
|
| </script>
|
| -<script src="../fast/js/resources/js-test-post.js"></script>
|
|
|