| Index: LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
|
| diff --git a/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html b/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
|
| index f38695bd81c9027ffebe1c3fc106f69805d05592..682875042f4b486f52618ca6734081b82d5f32ee 100644
|
| --- a/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
|
| +++ b/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
|
| @@ -32,7 +32,7 @@ function test()
|
| return;
|
| }
|
|
|
| - InspectorTest.cssModel.getMatchedStylesAsync(nodeId, false, false, callback);
|
| + InspectorTest.cssModel.matchedStylesPromise(nodeId, false, false).then(callback);
|
| }
|
|
|
| function callback(rules)
|
|
|