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

Unified Diff: LayoutTests/inspector/debugger/js-with-inline-stylesheets.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/js-with-inline-stylesheets.html
diff --git a/LayoutTests/inspector/debugger/js-with-inline-stylesheets.html b/LayoutTests/inspector/debugger/js-with-inline-stylesheets.html
index 42d2fc5113ad0c144333c974f316254d26b30280..7002cde622414df7a2372542247248be1c794819 100644
--- a/LayoutTests/inspector/debugger/js-with-inline-stylesheets.html
+++ b/LayoutTests/inspector/debugger/js-with-inline-stylesheets.html
@@ -54,7 +54,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));
« no previous file with comments | « LayoutTests/inspector/debugger/event-listener-breakpoints.html ('k') | LayoutTests/inspector/debugger/live-edit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698