| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap-nameclash.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap-nameclash.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap-nameclash.html
|
| index ebb44bfbe90b66f92a689fc25ae3366d3d344f70..2d98b52a3bb0c8b0906565caf6585497646ddb34 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap-nameclash.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sourcemap-nameclash.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)
|
|
|