| 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);
|
|
|
|
|