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> |