| Index: Source/core/css/ElementRuleCollector.h
|
| diff --git a/Source/core/css/ElementRuleCollector.h b/Source/core/css/ElementRuleCollector.h
|
| index cc01b960e045dc4427c2a50ff6b9c2e0b1a43d21..3fbc161d91576c57694001d1d6bc17cb9ee028dd 100644
|
| --- a/Source/core/css/ElementRuleCollector.h
|
| +++ b/Source/core/css/ElementRuleCollector.h
|
| @@ -127,8 +127,6 @@
|
| void sortAndTransferMatchedRules();
|
| void clearMatchedRules();
|
| void addElementStyleProperties(const StylePropertySet*, bool isCacheable = true);
|
| - void finishAddingUARules() { m_result.finishAddingUARules(); }
|
| - void finishAddingAuthorRulesForTreeScope() { m_result.finishAddingAuthorRulesForTreeScope(); }
|
|
|
| private:
|
| template<typename RuleDataListType>
|
|
|