| Index: Source/core/dom/TreeScope.h
|
| diff --git a/Source/core/dom/TreeScope.h b/Source/core/dom/TreeScope.h
|
| index 718d7e7fb001b666b7b9dbcc1c8b6a5cf8a729e7..731343aae51e6f5eccd8e99e4ee6f2543ccfd01e 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*);
|
|
|