Index: LayoutTests/fast/events/window-onerror2-expected.txt |
diff --git a/LayoutTests/fast/events/window-onerror2-expected.txt b/LayoutTests/fast/events/window-onerror2-expected.txt |
index f8ea58df03b55b48d20b1a7665d35c6f7175c25e..b815238d74d83180489f955617ed7704109cb5a5 100644 |
--- a/LayoutTests/fast/events/window-onerror2-expected.txt |
+++ b/LayoutTests/fast/events/window-onerror2-expected.txt |
@@ -1,6 +1,6 @@ |
Test that uncaught exceptions will be reported to the window.onerror handler. Bug 8519. |
-Main frame window.onerror: Uncaught Error: Inline script exception at window-onerror2.html:34 |
-Main frame window.onerror: Uncaught Exception in onload at window-onerror2.html:2 |
-Main frame window.onerror: Uncaught Error: Exception in setTimeout at window-onerror2.html:29 |
+Main frame window.onerror: Uncaught Error: Inline script exception at window-onerror2.html, line: 34, column: 10 |
+Main frame window.onerror: Uncaught Exception in onload at window-onerror2.html, line: 2, column: 68 |
+Main frame window.onerror: Uncaught Error: Exception in setTimeout at window-onerror2.html, line: 29, column: 10 |