| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-absolute-paths.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-absolute-paths.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-absolute-paths.html
|
| index d20228f87d08e863ece21997347e0b926732c78e..9933086cfa2794eab0bb0672f2bfed48a663cdf8 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-absolute-paths.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-absolute-paths.html
|
| @@ -27,7 +27,7 @@ function test()
|
|
|
| function onFileSystemCreated()
|
| {
|
| - automappingTest.waitUntilMappingIsStabilized(InspectorTest.completeTest.bind(InspectorTest));
|
| + automappingTest.waitUntilMappingIsStabilized().then(InspectorTest.completeTest.bind(InspectorTest));
|
| }
|
| }
|
| </script>
|
|
|