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

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

Issue 2648163002: Remove case-insensitive matching of usemap attribute. (Closed)
Patch Set: _ Created 3 years, 11 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 eddcffbfb4cd5733ca8b94d37ace196107478b55..ca2b52f91e3be7e191d57d88e20ae2de9e387a2f 100644
--- a/third_party/WebKit/Source/core/dom/DocumentOrderedMap.h
+++ b/third_party/WebKit/Source/core/dom/DocumentOrderedMap.h
@@ -61,8 +61,6 @@ class DocumentOrderedMap : public GarbageCollected<DocumentOrderedMap> {
const TreeScope*) const;
Element* getElementByMapName(const AtomicString&, const TreeScope*) const;
HTMLSlotElement* getSlotByName(const AtomicString&, const TreeScope*) const;
- Element* getElementByLowercasedMapName(const AtomicString&,
- const TreeScope*) const;
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698