Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Unified Diff: Source/core/css/RuleSet.h

Issue 815853005: RuleCanUseFastCheckSelector flag unused. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Useless cast Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/css/RuleSet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
};
« no previous file with comments | « no previous file | Source/core/css/RuleSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698