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

Unified Diff: LayoutTests/inspector/debugger/source-frame-count.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/source-frame-count.html
diff --git a/LayoutTests/inspector/debugger/source-frame-count.html b/LayoutTests/inspector/debugger/source-frame-count.html
index d51e4f8b415112f9c695b88ffcaabcfb75c5ee4c..0e692e20852420e241659086760ff4466ce72c83 100644
--- a/LayoutTests/inspector/debugger/source-frame-count.html
+++ b/LayoutTests/inspector/debugger/source-frame-count.html
@@ -13,7 +13,7 @@ function test()
InspectorTest.runDebuggerTestSuite([
function testSourceFramesCount(next)
{
- var panel = WebInspector.panels.scripts;
+ var panel = WebInspector.panels.sources;
var select = panel._navigator._filesSelectElement;
var sourceFrameCount = 0;
« no previous file with comments | « LayoutTests/inspector/debugger/set-breakpoint.html ('k') | LayoutTests/inspector/debugger/source-url-comment.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698