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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h

Issue 1731583003: blink: Rename enums and functions to not collide with chromium style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: get-names-2: . Created 4 years, 10 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
Index: third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
index f07f053af490ae9ddb02fc433c046fb606a59bcd..4c6b76839278c99d8bb165dccdfaef2da69d57a4 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
@@ -44,8 +44,8 @@ private:
PassOwnPtr<CSSParserSelector> consumePseudo(CSSParserTokenRange&);
PassOwnPtr<CSSParserSelector> consumeAttribute(CSSParserTokenRange&);
- CSSSelector::Relation consumeCombinator(CSSParserTokenRange&);
- CSSSelector::Match consumeAttributeMatch(CSSParserTokenRange&);
+ CSSSelector::RelationType consumeCombinator(CSSParserTokenRange&);
+ CSSSelector::MatchType consumeAttributeMatch(CSSParserTokenRange&);
CSSSelector::AttributeMatchType consumeAttributeFlags(CSSParserTokenRange&);
const AtomicString& defaultNamespace() const;

Powered by Google App Engine
This is Rietveld 408576698