| Index: LayoutTests/inspector/elements/styles-2/property-ui-location.html
|
| diff --git a/LayoutTests/inspector/elements/styles-2/property-ui-location.html b/LayoutTests/inspector/elements/styles-2/property-ui-location.html
|
| index dc709f0902ebebd5b8bea9c27759db316b666bba..aded4b675b5cc1b81fdcf19ae12f2f97168e2430 100644
|
| --- a/LayoutTests/inspector/elements/styles-2/property-ui-location.html
|
| +++ b/LayoutTests/inspector/elements/styles-2/property-ui-location.html
|
| @@ -27,7 +27,7 @@ function test()
|
|
|
| function onNodeFound(node)
|
| {
|
| - InspectorTest.cssModel.getMatchedStylesAsync(node.id, true, false, onMatchedStyles);
|
| + InspectorTest.cssModel.matchedStylesPromise(node.id, true, false).then(onMatchedStyles);
|
| }
|
|
|
| function onMatchedStyles(styles)
|
|
|