Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 2d7b023e894c09ccbee87aa8a323ef9bab0cbb4f..5217e6a03db1ecf0ff7780d6fd7838ce2965c77f 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -411,6 +411,7 @@ public: |
virtual bool matchesReadWritePseudoClass() const { return false; } |
virtual bool matchesValidityPseudoClasses() const { return false; } |
bool matches(const String& selectors, ExceptionState&); |
+ Element* closest(const String& selectors, ExceptionState&); |
virtual bool shouldAppearIndeterminate() const { return false; } |
DOMTokenList& classList(); |