| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-test.js
|
| index 5e84555760f3c3c8b62ffc5f810b7925e535cd25..803350222c3affa1935fc5fdcaa72ebe2b64427c 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-test.js
|
| @@ -68,7 +68,7 @@ InspectorTest.waitForUISourceCode = function(name, projectType)
|
|
|
| InspectorTest.addFooJSFile = function(fs)
|
| {
|
| - return fs.root.mkdir("inspector").mkdir("persistence").mkdir("resources").addFile("foo.js", "window.foo = ()=>'foo';");
|
| + return fs.root.mkdir("inspector").mkdir("persistence").mkdir("resources").addFile("foo.js", "\n\nwindow.foo = ()=>'foo';");
|
| }
|
|
|
| }
|
|
|