Index: third_party/WebKit/Source/core/css/RuleFeature.h |
diff --git a/third_party/WebKit/Source/core/css/RuleFeature.h b/third_party/WebKit/Source/core/css/RuleFeature.h |
index 8d2f9f4ef01f93b59780066313a3f1164cc3423d..eb4637caf1878c4c32596feaed361e8e828c8262 100644 |
--- a/third_party/WebKit/Source/core/css/RuleFeature.h |
+++ b/third_party/WebKit/Source/core/css/RuleFeature.h |
@@ -154,8 +154,8 @@ private: |
Vector<AtomicString> classes; |
Vector<AtomicString> attributes; |
- AtomicString id; |
- AtomicString tagName; |
+ Vector<AtomicString> ids; |
+ Vector<AtomicString> tagNames; |
unsigned maxDirectAdjacentSelectors = UINT_MAX; |
bool customPseudoElement = false; |
bool hasBeforeOrAfter = false; |