| Index: Source/core/css/ElementRuleCollector.h
|
| diff --git a/Source/core/css/ElementRuleCollector.h b/Source/core/css/ElementRuleCollector.h
|
| index 3fbc161d91576c57694001d1d6bc17cb9ee028dd..cc01b960e045dc4427c2a50ff6b9c2e0b1a43d21 100644
|
| --- a/Source/core/css/ElementRuleCollector.h
|
| +++ b/Source/core/css/ElementRuleCollector.h
|
| @@ -127,6 +127,8 @@ public:
|
| 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>
|
|
|