| 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&);
|
|
|