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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error.html

Issue 2170263002: [DevTools] Pass error object when reporting exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: worklets! Created 4 years, 5 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-log-syntax-error.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error.html b/third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error.html
index b438b388bda2259b78500df831d153b7e55f52be..967d7a4c74875471236362e95b4a8053376e1e57 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error.html
@@ -6,7 +6,7 @@
<script>
function test()
{
- InspectorTest.dumpConsoleMessages(undefined, undefined, InspectorTest.simpleFormatter);
+ InspectorTest.dumpConsoleMessages();
InspectorTest.completeTest();
}
</script>

Powered by Google App Engine
This is Rietveld 408576698