Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 2ff1f47f7e2b8123da0183888c329ed76967bc23..a95423cdb437a3121fe2892a2839ae362d56f36b 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -421,7 +421,7 @@ public: |
virtual bool matchesReadOnlyPseudoClass() const { return false; } |
virtual bool matchesReadWritePseudoClass() const { return false; } |
- bool webkitMatchesSelector(const String& selectors, ExceptionState&); |
+ bool matches(const String& selectors, ExceptionState&); |
virtual bool shouldAppearIndeterminate() const { return false; } |
DOMTokenList* classList(); |