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

Unified Diff: Source/core/dom/ElementData.h

Issue 316583002: Correctly handle accessing a replaced Attr object's attribute value. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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: Source/core/dom/ElementData.h
diff --git a/Source/core/dom/ElementData.h b/Source/core/dom/ElementData.h
index e209f7fb1b8d76c4ed606df990128f10ce8e1580..3e2477b1112f473ae46fde8d25c934a24ea468ec 100644
--- a/Source/core/dom/ElementData.h
+++ b/Source/core/dom/ElementData.h
@@ -150,7 +150,7 @@ public:
void removeAttribute(size_t index);
Attribute& attributeItem(unsigned index);
- Attribute* getAttributeItem(const QualifiedName&);
+ Attribute* getAttributeItem(const QualifiedName&, bool shouldIgnoreCase);
UniqueElementData();
explicit UniqueElementData(const ShareableElementData&);

Powered by Google App Engine
This is Rietveld 408576698