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

Unified Diff: Source/core/testing/Internals.h

Issue 1129673002: Remove support for pseudo classes in <content select>. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix more tests. Created 5 years, 7 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: Source/core/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index 913804e1c5f6231e9b102df307b51db1f47b00f7..d30ae43ecfc75e328faa69ae1623e8500a2a55ec 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -117,7 +117,6 @@ public:
bool hasSelectorForIdInShadow(Element* host, const AtomicString& idValue, ExceptionState&);
bool hasSelectorForClassInShadow(Element* host, const AtomicString& className, ExceptionState&);
bool hasSelectorForAttributeInShadow(Element* host, const AtomicString& attributeName, ExceptionState&);
- bool hasSelectorForPseudoClassInShadow(Element* host, const String& pseudoClass, ExceptionState&);
unsigned short compareTreeScopePosition(const Node*, const Node*, ExceptionState&) const;
Node* nextSiblingInComposedTree(Node*, ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698