| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap.html
|
| index 54beb9338bc02f236965399063d3914e2ac04dbd..630ddd661f3c66545527cdfd6dad511abe0c394e 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap.html
|
| @@ -39,7 +39,7 @@ function test()
|
| function onFileSystemCreated()
|
| {
|
| var automappingTest = new InspectorTest.AutomappingTest(Workspace.workspace);
|
| - automappingTest.waitUntilMappingIsStabilized(InspectorTest.completeTest.bind(InspectorTest));
|
| + automappingTest.waitUntilMappingIsStabilized().then(InspectorTest.completeTest.bind(InspectorTest));
|
| }
|
|
|
| function getResourceContent(name)
|
|
|