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

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

Issue 710293002: Remove unnecessary explicit keywords from a constructor with more than one parameters in css direct… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | « Source/core/css/CSSContentDistributionValue.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/SelectorChecker.h
diff --git a/Source/core/css/SelectorChecker.h b/Source/core/css/SelectorChecker.h
index 79aff941f386054c3fd2a9a2f05a7b76c7495109..0e3357b94bab90fbc4b3090e64e89f2e16985189 100644
--- a/Source/core/css/SelectorChecker.h
+++ b/Source/core/css/SelectorChecker.h
@@ -46,7 +46,7 @@ public:
enum Match { SelectorMatches, SelectorFailsLocally, SelectorFailsAllSiblings, SelectorFailsCompletely };
enum VisitedMatchType { VisitedMatchDisabled, VisitedMatchEnabled };
enum Mode { ResolvingStyle = 0, CollectingStyleRules, CollectingCSSRules, QueryingRules, SharingRules };
- explicit SelectorChecker(Document&, Mode);
+ SelectorChecker(Document&, Mode);
struct SelectorCheckingContext {
STACK_ALLOCATED();
« no previous file with comments | « Source/core/css/CSSContentDistributionValue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698