| Index: third_party/WebKit/LayoutTests/inspector/file-system-project.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/file-system-project.html b/third_party/WebKit/LayoutTests/inspector/file-system-project.html
|
| index 60d88ffdebd201d7329d841f446814674eb2fae6..cb27d54041c96d1e957cd670d6bdf57f6e88e02e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/file-system-project.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/file-system-project.html
|
| @@ -298,7 +298,7 @@ function test()
|
| uiSourceCode = sourceCode;
|
| originalURL = uiSourceCode.url();
|
| InspectorTest.addResult('URL before rename: ' + originalURL);
|
| - uiSourceCode.rename('goodbye.js', renamed);
|
| + uiSourceCode.rename('goodbye.js').then(renamed);
|
| }
|
|
|
| function renamed()
|
|
|