| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sane.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sane.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sane.html
|
| index 8b934e4d1370b75faf94a2056d4b4c7dec0fcfcd..08506fb2cbfd695d7162a12c9bfff66d01c119a9 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sane.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sane.html
|
| @@ -75,7 +75,7 @@ function test()
|
|
|
| function onFileSystemCreated()
|
| {
|
| - automappingTest.waitUntilMappingIsStabilized(InspectorTest.completeTest.bind(InspectorTest));
|
| + automappingTest.waitUntilMappingIsStabilized().then(InspectorTest.completeTest.bind(InspectorTest));
|
| }
|
| }
|
| </script>
|
|
|