Index: Source/core/css/resolver/MatchRequest.h |
diff --git a/Source/core/css/resolver/MatchRequest.h b/Source/core/css/resolver/MatchRequest.h |
index 199c906e5f023c2b2559f1b6d85630e08181ba15..8b24afb187963dcd855d175a512814e06730cc0c 100644 |
--- a/Source/core/css/resolver/MatchRequest.h |
+++ b/Source/core/css/resolver/MatchRequest.h |
@@ -33,7 +33,7 @@ class ContainerNode; |
class MatchRequest { |
STACK_ALLOCATED(); |
public: |
- MatchRequest(RuleSet* ruleSet, bool includeEmptyRules = false, const ContainerNode* scope = 0, bool elementApplyAuthorStyles = true, unsigned styleSheetIndex = 0, const CSSStyleSheet* cssSheet = 0) |
+ MatchRequest(RuleSet* ruleSet, bool includeEmptyRules = false, const ContainerNode* scope = 0, const CSSStyleSheet* cssSheet = 0, bool elementApplyAuthorStyles = true, unsigned styleSheetIndex = 0) |
apavlov
2014/03/24 14:05:12
The argument order usually agrees with the field o
lushnikov
2014/03/25 13:31:32
Done.
|
: ruleSet(ruleSet) |
, includeEmptyRules(includeEmptyRules) |
, scope(scope) |