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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints.html

Issue 2234193002: DevTools: migrate some of the sources panel sidebar panes to view management, allow view toolbars. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 4 years, 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/elements/event-listeners-framework-with-service-worker.html » ('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/fetch-breakpoints.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints.html b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints.html
index 689d3d1d114940d0f134696d43f5841d5665200f..a9ce3eb5bf226860cfd2b9d3ac5ecbedf16593f7 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/debugger/fetch-breakpoints.html
@@ -11,7 +11,7 @@ function sendRequest(url)
function test()
{
- var pane = WebInspector.panels.sources.sidebarPanes.xhrBreakpoints;
+ var pane = self.runtime.sharedInstance(WebInspector.XHRBreakpointsSidebarPane);
InspectorTest.runDebuggerTestSuite([
function testFetchBreakpoint(next)
{
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/elements/event-listeners-framework-with-service-worker.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698