| Index: Source/core/dom/TreeScope.h
|
| diff --git a/Source/core/dom/TreeScope.h b/Source/core/dom/TreeScope.h
|
| index d0e44b5f60882f588f31d95754075e2fae349673..34fd60ec05d33b97eac4b61cb41c5f30f2040ac5 100644
|
| --- a/Source/core/dom/TreeScope.h
|
| +++ b/Source/core/dom/TreeScope.h
|
| @@ -57,7 +57,7 @@ public:
|
|
|
| Element* adjustedFocusedElement() const;
|
| Element* getElementById(const AtomicString&) const;
|
| - const WillBeHeapVector<RawPtrWillBeMember<Element> >& getAllElementsById(const AtomicString&) const;
|
| + const WillBeHeapVector<RawPtrWillBeMember<Element>>& getAllElementsById(const AtomicString&) const;
|
| bool hasElementWithId(const AtomicString& id) const;
|
| bool containsMultipleElementsWithId(const AtomicString& id) const;
|
| void addElementById(const AtomicString& elementId, Element*);
|
|
|