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

Unified Diff: LayoutTests/inspector/debugger/script-formatter-breakpoints.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/script-formatter-breakpoints.html
diff --git a/LayoutTests/inspector/debugger/script-formatter-breakpoints.html b/LayoutTests/inspector/debugger/script-formatter-breakpoints.html
index e4f4a206e6b712ba0ad7971be128d307d57809c3..e73a1409f1b271030f8731c8956b44b51f8fce04 100644
--- a/LayoutTests/inspector/debugger/script-formatter-breakpoints.html
+++ b/LayoutTests/inspector/debugger/script-formatter-breakpoints.html
@@ -16,7 +16,7 @@ function f1()
var test = function()
{
WebInspector.breakpointManager._storage._breakpoints = {};
- var panel = WebInspector.panels.scripts;
+ var panel = WebInspector.panels.sources;
var sourceFrame;
InspectorTest.runDebuggerTestSuite([
@@ -125,7 +125,7 @@ var test = function()
function dumpBreakpointSidebarPane(title)
{
- var paneElement = WebInspector.panels.scripts.sidebarPanes.jsBreakpoints.listElement
+ var paneElement = WebInspector.panels.sources.sidebarPanes.jsBreakpoints.listElement
InspectorTest.addResult("Breakpoint sidebar pane " + title);
InspectorTest.addResult(InspectorTest.textContentWithLineBreaks(paneElement));
}
« no previous file with comments | « LayoutTests/inspector/debugger/script-formatter.html ('k') | LayoutTests/inspector/debugger/script-formatter-console.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698