Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

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: Don't modify visited set when computing aria-labelledby Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698