Index: Source/core/dom/TreeScope.h |
diff --git a/Source/core/dom/TreeScope.h b/Source/core/dom/TreeScope.h |
index 26154da58c77ee3f7e5062e1e3a53496d958fa58..4f867e8a2afdac3f71bc943dd87b219b0f5d3ef7 100644 |
--- a/Source/core/dom/TreeScope.h |
+++ b/Source/core/dom/TreeScope.h |
@@ -57,6 +57,7 @@ public: |
Element* adjustedFocusedElement() const; |
Element* getElementById(const AtomicString&) const; |
+ const Vector<Element*>* getAllElementsById(const AtomicString&) const; |
bool hasElementWithId(StringImpl* id) const; |
bool containsMultipleElementsWithId(const AtomicString& id) const; |
void addElementById(const AtomicString& elementId, Element*); |