Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/dom/DocumentOrderedMap.h

Issue 1939303002: Enable accessible name of a control to include multiple <label> elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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();

Powered by Google App Engine