| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-git-folders.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-git-folders.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-git-folders.html
|
| index 5eeee0de3255f73825bee7784013de07aca155fe..675a01a1773cf4a46429f02df9923d9d350f3148 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-git-folders.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-git-folders.html
|
| @@ -49,7 +49,7 @@ function test()
|
|
|
| function onFileSystemCreated()
|
| {
|
| - automappingTest.waitUntilMappingIsStabilized(InspectorTest.completeTest.bind(InspectorTest));
|
| + automappingTest.waitUntilMappingIsStabilized().then(InspectorTest.completeTest.bind(InspectorTest));
|
| }
|
| }
|
| </script>
|
|
|