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

Unified Diff: LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html

Issue 268293003: DevTools: Get rid of WebInspector.panels (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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-breakpoints-not-activated-on-reload.html
diff --git a/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html b/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html
index 65a09afd1eed35b1d7665e8ea663e5229804082d..af51b1769b4bb1402d1dbeb825b64d0561b0e902 100644
--- a/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html
+++ b/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html
@@ -25,7 +25,7 @@ var test = function()
{
InspectorTest.addResult("Main resource was shown.");
InspectorTest.setBreakpoint(sourceFrame, 8, "", true);
- WebInspector.panels.sources._toggleBreakpointsButton.element.click();
+ WebInspector.inspectorView.panel("sources")._toggleBreakpointsButton.element.click();
InspectorTest.reloadPage(step3);
}

Powered by Google App Engine
This is Rietveld 408576698