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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js

Issue 2431223003: [DevTools]: Require explicit connection (Closed)
Patch Set: Addressed one last comment Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/sdk/SubTargetsManager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js
index be507efd2ee7b6ea22ccbc3f774528fcbbdd1b5e..c24cdbe13ff90b2c9e9267b58759fca40dc4244d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js
@@ -593,7 +593,7 @@ InspectorTest.waitForExecutionContextInTarget = function(target, callback)
InspectorTest.selectThread = function(target)
{
var threadsPane = self.runtime.sharedInstance(WebInspector.ThreadsSidebarPane);
- var listItem = threadsPane._debuggerModelToListItems.get(WebInspector.DebuggerModel.fromTarget(target));
+ var listItem = threadsPane._listItemForTarget(target);
threadsPane._onListItemClick(listItem);
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/sdk/SubTargetsManager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698