Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 8e4d103a4ce0e380a2a6b11a3d84b5a3627a4f44..d2ad8caf1afb56e95a2bf702f5fe8e90dfe055ef 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -436,7 +436,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(); |