| Index: third_party/WebKit/Source/core/css/StyleRule.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/StyleRule.cpp b/third_party/WebKit/Source/core/css/StyleRule.cpp
|
| index 2bcbd8c969ef66d0f789397c08c1255c6ea13d43..b79c22957bdb56927ed169bcb6bbaab354070c2c 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleRule.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StyleRule.cpp
|
| @@ -329,7 +329,7 @@ void StyleRuleGroup::wrapperInsertRule(unsigned index, StyleRuleBase* rule) {
|
| }
|
|
|
| void StyleRuleGroup::wrapperRemoveRule(unsigned index) {
|
| - m_childRules.remove(index);
|
| + m_childRules.erase(index);
|
| }
|
|
|
| DEFINE_TRACE_AFTER_DISPATCH(StyleRuleGroup) {
|
|
|