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

Unified Diff: LayoutTests/inspector/sources/debugger/debugger-command-line-api.html

Issue 206253005: DevTools: Get rid of WebInspector.ConsoleModel.UIDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address vsevik's comments Created 6 years, 9 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: LayoutTests/inspector/sources/debugger/debugger-command-line-api.html
diff --git a/LayoutTests/inspector/sources/debugger/debugger-command-line-api.html b/LayoutTests/inspector/sources/debugger/debugger-command-line-api.html
index af474eb25a9d86474db9e4caaed1d8c80a703d90..7dd5cb99d613997f0ab5762034d0dae2f7b8ad38 100644
--- a/LayoutTests/inspector/sources/debugger/debugger-command-line-api.html
+++ b/LayoutTests/inspector/sources/debugger/debugger-command-line-api.html
@@ -12,7 +12,7 @@ function testFunction()
var test = function()
{
InspectorTest.addSniffer(WebInspector.Main.prototype, "inspect", inspect);
- InspectorTest.addSniffer(WebInspector.Revealer, "reveal", updateFocusedNode);
+ InspectorTest.addSniffer(WebInspector.Revealer, "reveal", updateFocusedNode, true);
function updateFocusedNode(node)
{
« no previous file with comments | « LayoutTests/http/tests/inspector/command-line-api-inspect.html ('k') | Source/devtools/front_end/ConsoleModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698