| 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 13860925441351a7c2b4f2f321b65635368192bc..1f54abd26bfe7e2e8cb66bdeaa6008d7a97d122b 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 | 
| @@ -38,15 +38,9 @@ function test() | 
| function openFileSystemTab(next) | 
| { | 
| InspectorTest.waitForUISourceCode("foo.js", Workspace.projectTypes.FileSystem) | 
| -                .then(onFileSystemSourceCode) | 
| +                .then(code => InspectorTest.showUISourceCodePromise(code)) | 
| .then(onFileSystemTab); | 
|  | 
| -            function onFileSystemSourceCode(code) | 
| -            { | 
| -                code.setWorkingCopy("\n\nwindow.foo = ()=>'foo2';"); | 
| -                return InspectorTest.showUISourceCodePromise(code); | 
| -            } | 
| - | 
| function onFileSystemTab(sourceFrame) | 
| { | 
| fileSystemSourceFrame = sourceFrame; | 
| @@ -108,6 +102,6 @@ function test() | 
| </script> | 
| </head> | 
| <body onload="runTest()"> | 
| -<p>Verify that tabs get merged and split when binding is added and removed.</p> | 
| +<p>Verify that tabs get merged when binding is added and removed.</p> | 
| </body> | 
| </html> | 
|  |