Index: Source/core/css/ElementRuleCollector.h |
diff --git a/Source/core/css/ElementRuleCollector.h b/Source/core/css/ElementRuleCollector.h |
index 3fbc161d91576c57694001d1d6bc17cb9ee028dd..b46a6edf84047694b28e18f2fdc5efe10ed9adcf 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 uaRulesFinished() { m_result.uaRulesFinished(); } |
+ void authorScopeFinished() { m_result.authorScopeFinished(); } |
private: |
template<typename RuleDataListType> |