| Index: Source/core/css/RuleSet.h
|
| diff --git a/Source/core/css/RuleSet.h b/Source/core/css/RuleSet.h
|
| index 1feb6c13bd3e7a2db4b4bd53f8c10905118250b9..d47cbe4be3ee10694fd454cc33f29511a6bd5b1c 100644
|
| --- a/Source/core/css/RuleSet.h
|
| +++ b/Source/core/css/RuleSet.h
|
| @@ -39,11 +39,10 @@ namespace blink {
|
| enum AddRuleFlags {
|
| RuleHasNoSpecialState = 0,
|
| RuleHasDocumentSecurityOrigin = 1,
|
| - RuleCanUseFastCheckSelector = 1 << 1,
|
| };
|
|
|
| enum PropertyWhitelistType {
|
| - PropertyWhitelistNone = 0,
|
| + PropertyWhitelistNone,
|
| PropertyWhitelistCue,
|
| PropertyWhitelistFirstLetter,
|
| };
|
|
|