Index: LayoutTests/fast/events/window-onerror-10.html |
diff --git a/LayoutTests/fast/events/window-onerror-10.html b/LayoutTests/fast/events/window-onerror-10.html |
index 0ebfd56fadb3799b2f96d2cf9f0da33a549f1f47..daf5cc5392d9dba1f592e3750d14dba69f5fce21 100644 |
--- a/LayoutTests/fast/events/window-onerror-10.html |
+++ b/LayoutTests/fast/events/window-onerror-10.html |
@@ -5,7 +5,7 @@ |
window.jsTestIsAsync = true; |
window.isOnErrorTest = true; |
</script> |
- <script src="../js/resources/js-test-pre.js"></script> |
+ <script src="../../resources/js-test.js"></script> |
<script src="resources/onerror-test.js"></script> |
</head> |
<body onload="setTimeout(function () { throwException('exception in setTimeout'); }, 0); throwException('exception in onload');"> |