| 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..2c118a00977d28bf9ae06d17490acb81ed20f817 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentOrderedMap.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentOrderedMap.h
|
| @@ -58,7 +58,6 @@ public:
|
| const HeapVector<Member<Element>>& getAllElementsById(const AtomicString&, const TreeScope*) const;
|
| Element* getElementByMapName(const AtomicString&, const TreeScope*) const;
|
| Element* getElementByLowercasedMapName(const AtomicString&, const TreeScope*) const;
|
| - Element* getElementByLabelForAttribute(const AtomicString&, const TreeScope*) const;
|
|
|
| DECLARE_TRACE();
|
|
|
|
|