Index: LayoutTests/fast/events/window-onerror-12-expected.txt |
diff --git a/LayoutTests/fast/events/window-onerror-12-expected.txt b/LayoutTests/fast/events/window-onerror-12-expected.txt |
index 74a8c90bd5e6cd6bd669f5e7f6b5bfd7ec6c6c38..bfe3d6116d24b8ba36e8f07a873e2cc39ab49dc4 100644 |
--- a/LayoutTests/fast/events/window-onerror-12-expected.txt |
+++ b/LayoutTests/fast/events/window-onerror-12-expected.txt |
@@ -6,30 +6,30 @@ This test should trigger 'window.onerror' for the exception in the attribute han |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-window.onerror: "Uncaught TypeError: Cannot call method 'mu' of null" at window-onerror-12.html (Line: 12, Column: 75) |
+window.onerror: "Uncaught TypeError: Cannot read property 'mu' of null" at window-onerror-12.html (Line: 12, Column: 74) |
Stack Trace: |
-TypeError: Cannot call method 'mu' of null |
- at HTMLButtonElement.onclick window-onerror-12.html:12:123 |
+TypeError: Cannot read property 'mu' of null |
+ at HTMLButtonElement.onclick window-onerror-12.html:12:122 |
at window-onerror-12.html:33:24 |
Returning 'true': the error should not be reported in the console as an unhandled exception. |
-window.onerror: "Uncaught TypeError: Cannot call method 'mu' of null" at window-onerror-12.html (Line: 35, Column: 75) |
+window.onerror: "Uncaught TypeError: Cannot read property 'mu' of null" at window-onerror-12.html (Line: 35, Column: 74) |
Stack Trace: |
-TypeError: Cannot call method 'mu' of null |
- at HTMLButtonElement.onclick window-onerror-12.html:35:104 |
+TypeError: Cannot read property 'mu' of null |
+ at HTMLButtonElement.onclick window-onerror-12.html:35:103 |
at window-onerror-12.html:33:24 |
Returning 'true': the error should not be reported in the console as an unhandled exception. |
-window.onerror: "Uncaught TypeError: Cannot call method 'mu' of null" at window-onerror-12.html (Line: 35, Column: 75) |
+window.onerror: "Uncaught TypeError: Cannot read property 'mu' of null" at window-onerror-12.html (Line: 35, Column: 74) |
Stack Trace: |
-TypeError: Cannot call method 'mu' of null |
- at HTMLButtonElement.onclick window-onerror-12.html:35:104 |
+TypeError: Cannot read property 'mu' of null |
+ at HTMLButtonElement.onclick window-onerror-12.html:35:103 |
at window-onerror-12.html:33:24 |
Returning 'true': the error should not be reported in the console as an unhandled exception. |