| Index: third_party/WebKit/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html b/third_party/WebKit/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
|
| index 2f4cb8043aa1c7e743ffd2dc7d5bcb22e7a51128..e029a8793f072c1f4a2715f09c0959ff2bb60804 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
|
| @@ -66,7 +66,7 @@ function test()
|
| InspectorTest.completeTest();
|
| } else {
|
| dumpProperties(rule.style);
|
| - rule.setSelectorText(nodeId, "body", successCallback);
|
| + rule.setSelectorText(nodeId, "body").then(successCallback);
|
| }
|
| }
|
|
|
|
|