Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: LayoutTests/http/tests/inspector/modify-cross-domain-rule.html

Issue 1349293005: DevTools: slightly cleanup WI.CSSRule interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/devtools/front_end/elements/StylesSidebarPane.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | Source/devtools/front_end/elements/StylesSidebarPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698