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

Unified Diff: LayoutTests/inspector/debugger/resources/pause-on-blocked-by-csp.js

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/resources/pause-on-blocked-by-csp.js
diff --git a/LayoutTests/inspector/debugger/resources/pause-on-blocked-by-csp.js b/LayoutTests/inspector/debugger/resources/pause-on-blocked-by-csp.js
index 0ce380858c4a22b6497c90c42dbdc1f0ee628e46..8eda47dc7030192dd897e95b1255f9b5f42216c4 100644
--- a/LayoutTests/inspector/debugger/resources/pause-on-blocked-by-csp.js
+++ b/LayoutTests/inspector/debugger/resources/pause-on-blocked-by-csp.js
@@ -1,6 +1,6 @@
function test()
{
- WebInspector.showPanel("scripts");
+ WebInspector.showPanel("sources");
InspectorTest.addSniffer(WebInspector.CallStackSidebarPane.prototype, "setStatus", setStatus, false);
« no previous file with comments | « LayoutTests/inspector/debugger/properties-special.html ('k') | LayoutTests/inspector/debugger/reveal-not-skipped.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698