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

Unified Diff: LayoutTests/inspector/debugger/breakpoint-manager-listeners-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/breakpoint-manager-listeners-count.html
diff --git a/LayoutTests/inspector/debugger/breakpoint-manager-listeners-count.html b/LayoutTests/inspector/debugger/breakpoint-manager-listeners-count.html
index 2648192b727d382d2c08eb2fcbe607e867b1f195..a97be1ca977a596f7752031fcaa29c723f01eb85 100644
--- a/LayoutTests/inspector/debugger/breakpoint-manager-listeners-count.html
+++ b/LayoutTests/inspector/debugger/breakpoint-manager-listeners-count.html
@@ -10,7 +10,7 @@ function test()
InspectorTest.runDebuggerTestSuite([
function testSourceFramesCount(next)
{
- var panel = WebInspector.panels.scripts;
+ var panel = WebInspector.panels.sources;
var sourceFrameCount = 0;
InspectorTest.showScriptSource("script1.js", didShowScriptSources);

Powered by Google App Engine
This is Rietveld 408576698