| Index: LayoutTests/inspector/console-command-clear.html
|
| ===================================================================
|
| --- LayoutTests/inspector/console-command-clear.html (revision 76983)
|
| +++ LayoutTests/inspector/console-command-clear.html (working copy)
|
| @@ -17,7 +17,7 @@
|
| output("=== After clear ===");
|
| dumpConsoleMessages();
|
| }
|
| - evaluateInWebInspector("InspectorBackend.evaluate('clear()', '', function() {})", callback);
|
| + evaluateInWebInspector("InspectorBackend.evaluate('clear()', '', true, function() {})", callback);
|
| }
|
|
|
| </script>
|
|
|