Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html |
| index 1c91eba75ed231fc60caa9071b134db97f7eb10b..8781b18ae2374d203d920254c3dcc6670868ce16 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html |
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html |
| @@ -82,7 +82,7 @@ function test() |
| return |
| WebInspector.persistence.removeEventListener(WebInspector.Persistence.Events.BindingRemoved, onBindingRemoved); |
| dumpEditorTabs(); |
| - dumpSourceFrame(networkSourceFrame); |
| + dumpSourceFrame(fileSystemSourceFrame); |
|
lushnikov
2016/10/28 22:14:30
since after this change the actual selected file w
|
| next(); |
| } |
| }, |