| 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 682875042f4b486f52618ca6734081b82d5f32ee..ff37ee5843a3ede986975b30cb4bb9c260d231db 100644
|
| --- a/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
|
| +++ b/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
|
| @@ -51,7 +51,7 @@ function test()
|
| function testAddProperty(next)
|
| {
|
| for (var i = 0; i < allRules.length; ++i) {
|
| - if (allRules[i].isRegular) {
|
| + if (allRules[i].isRegular()) {
|
| rule = allRules[i];
|
| break;
|
| }
|
|
|