| Index: third_party/WebKit/Source/core/dom/DocumentOrderedMap.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentOrderedMap.h b/third_party/WebKit/Source/core/dom/DocumentOrderedMap.h
|
| index 3555226f46fd12ccba58993e504f56a397b4080a..0908c05cee443191f4f5a7ee3eb83d8474761619 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentOrderedMap.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentOrderedMap.h
|
| @@ -42,6 +42,7 @@
|
| namespace blink {
|
|
|
| class Element;
|
| +class HTMLSlotElement;
|
| class TreeScope;
|
|
|
| class DocumentOrderedMap : public GarbageCollected<DocumentOrderedMap> {
|
| @@ -57,6 +58,7 @@ public:
|
| Element* getElementById(const AtomicString&, const TreeScope*) const;
|
| const HeapVector<Member<Element>>& getAllElementsById(const AtomicString&, const TreeScope*) const;
|
| Element* getElementByMapName(const AtomicString&, const TreeScope*) const;
|
| + HTMLSlotElement* getSlotByName(const AtomicString&, const TreeScope*) const;
|
| Element* getElementByLowercasedMapName(const AtomicString&, const TreeScope*) const;
|
| Element* getElementByLabelForAttribute(const AtomicString&, const TreeScope*) const;
|
|
|
|
|