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

Unified Diff: LayoutTests/inspector/debugger/set-breakpoint.html

Issue 23484056: [DevTools] Renaming Scripts panel to Sources panel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modified missed files Created 7 years, 3 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/debugger/set-breakpoint.html
diff --git a/LayoutTests/inspector/debugger/set-breakpoint.html b/LayoutTests/inspector/debugger/set-breakpoint.html
index f8a571e634c8270dfe113a0cbf5af854b464efea..93b42a7d37306b8094029143921daf3a0529091e 100644
--- a/LayoutTests/inspector/debugger/set-breakpoint.html
+++ b/LayoutTests/inspector/debugger/set-breakpoint.html
@@ -118,7 +118,7 @@ var test = function()
function dumpBreakpointSidebarPane()
{
- var paneElement = WebInspector.panels.scripts.sidebarPanes.jsBreakpoints.listElement
+ var paneElement = WebInspector.panels.sources.sidebarPanes.jsBreakpoints.listElement
InspectorTest.addResult("");
InspectorTest.addResult("Dump breakpoint sidebar pane:");
InspectorTest.addResult(InspectorTest.textContentWithLineBreaks(paneElement));

Powered by Google App Engine
This is Rietveld 408576698