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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-move-breakpoints-on-reload.html

Issue 2551233002: DevTools: show filesystem file by default (Closed)
Patch Set: nit Created 4 years 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: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-move-breakpoints-on-reload.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-move-breakpoints-on-reload.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-move-breakpoints-on-reload.html
index 3e63ef21830a3800f4bc2437cd3ccd34c4c1a8f3..6be7a48dfa5d1f5aa1d5e2e753ef86d491eb86b4 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-move-breakpoints-on-reload.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-move-breakpoints-on-reload.html
@@ -30,9 +30,9 @@ function test()
InspectorTest.waitForBinding('foo.js').then(next);
},
- function setBreakpointInNetworkUISourceCode(next)
+ function setBreakpointInFileSystemUISourceCode(next)
{
- InspectorTest.waitForUISourceCode('foo.js', Workspace.projectTypes.Network)
+ InspectorTest.waitForUISourceCode('foo.js', Workspace.projectTypes.FileSystem)
.then(sourceCode => InspectorTest.showUISourceCodePromise(sourceCode))
.then(onSourceFrame);

Powered by Google App Engine
This is Rietveld 408576698