| Index: LayoutTests/fast/js/function-prototype.html
|
| diff --git a/LayoutTests/fast/js/function-prototype.html b/LayoutTests/fast/js/function-prototype.html
|
| index bbf945689b177eac37d5524b2c6de6910773acde..9af0de2153d4d0877923dd6848b97e266297aea7 100644
|
| --- a/LayoutTests/fast/js/function-prototype.html
|
| +++ b/LayoutTests/fast/js/function-prototype.html
|
| @@ -32,7 +32,6 @@ MyClass.func.prototype =
|
| var actual = "" + MyClass.runTest();
|
| shouldBe("actual", "'function () { }'");
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| <script>
|
| if (window.testRunner)
|
| testRunner.notifyDone();
|
|
|