| Index: LayoutTests/inspector/elements/styles-2/lazy-computed-style.html
|
| diff --git a/LayoutTests/inspector/elements/styles-2/lazy-computed-style.html b/LayoutTests/inspector/elements/styles-2/lazy-computed-style.html
|
| index 9403755562bb58e626a9cc22afc6d038660f59b2..1454133dd24ad17be0036dc51cab1414697183ed 100644
|
| --- a/LayoutTests/inspector/elements/styles-2/lazy-computed-style.html
|
| +++ b/LayoutTests/inspector/elements/styles-2/lazy-computed-style.html
|
| @@ -29,7 +29,7 @@ function test()
|
| {
|
| InspectorTest.addResult("==== All styles (should be no computed) ====");
|
| InspectorTest.dumpSelectedElementStyles(false, false);
|
| - InspectorTest.computedStyleWidget().doUpdate(step2);
|
| + InspectorTest.computedStyleWidget().doUpdate().then(step2);
|
| }
|
|
|
| function step2()
|
|
|