| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 0fc620c9b5abd72ab335af513d8eeefc546d4e4b..c77f7ed27ccf08aa26365ac1e8f861f131ad7163 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -413,7 +413,6 @@
|
| bool matches(const String& selectors, ExceptionState&);
|
| virtual bool shouldAppearIndeterminate() const { return false; }
|
|
|
| - Element* closest(const String& selectors, ExceptionState&);
|
| DOMTokenList& classList();
|
|
|
| DOMStringMap& dataset();
|
|
|