Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(502)

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt

Issue 1999463002: Cleanup ConsoleMessage interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-message-callstack-in-constructor
Patch Set: PassRefPtr + win Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt
index e8d88a129f1baba17d3e1c2af067fbf586552753..9ddcd8b036b8f80a7390b94022d8dd60aa87bd0b 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt
@@ -1,5 +1,5 @@
CONSOLE MESSAGE: line 8: foo
-CONSOLE ERROR: line 16: Uncaught SyntaxError: Unexpected token }
+CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token }
Tests that log message and syntax errors from inline scripts with sourceURL are logged into console, contains correct link and doesn't cause browser crash.
foo.js:4 foo

Powered by Google App Engine
This is Rietveld 408576698