| Index: Source/core/css/CSSSelector.h
|
| diff --git a/Source/core/css/CSSSelector.h b/Source/core/css/CSSSelector.h
|
| index a787c3647b947457c07250392cb6e75cb352368e..7afaa364aad425db27f078c09de91782b32ca1b0 100644
|
| --- a/Source/core/css/CSSSelector.h
|
| +++ b/Source/core/css/CSSSelector.h
|
| @@ -306,9 +306,9 @@ namespace blink {
|
| void setRelationIsAffectedByPseudoContent() { m_relationIsAffectedByPseudoContent = true; }
|
|
|
| private:
|
| - unsigned m_relation : 3; // enum Relation
|
| - mutable unsigned m_match : 4; // enum Match
|
| - mutable unsigned m_pseudoType : 8; // PseudoType
|
| + unsigned m_relation : 3; // enum Relation
|
| + unsigned m_match : 4; // enum Match
|
| + unsigned m_pseudoType : 8; // enum PseudoType
|
| unsigned m_isLastInSelectorList : 1;
|
| unsigned m_isLastInTagHistory : 1;
|
| unsigned m_hasRareData : 1;
|
|
|