| Index: third_party/WebKit/Source/core/css/ElementRuleCollector.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp b/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp
|
| index 3be2f2c88c31d978bd7c378880b71353f4d7ead9..3d763e3279fd857aa8fabf9dc2ff452e53796843 100644
|
| --- a/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp
|
| @@ -257,6 +257,8 @@ CSSRule* ElementRuleCollector::findStyleRule(CSSRuleCollection* cssRules,
|
| return nullptr;
|
| CSSRule* result = 0;
|
| for (unsigned i = 0; i < cssRules->length() && !result; ++i) {
|
| + /* DO NOT SUBMIT - merge conflict marker.
|
| + * Please spell |item| below. */
|
| CSSRule* cssRule = cssRules->item(i);
|
| CSSRule::Type cssRuleType = cssRule->type();
|
| if (cssRuleType == CSSRule::kStyleRule) {
|
|
|