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

Unified Diff: Source/core/html/RadioNodeList.h

Issue 405383003: Add missing id/name check over img-based RadioNodeLists. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « LayoutTests/fast/forms/form-radio-img-node-list-expected.txt ('k') | Source/core/html/RadioNodeList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/RadioNodeList.h
diff --git a/Source/core/html/RadioNodeList.h b/Source/core/html/RadioNodeList.h
index ece0978957f08190c7d28df8a0111f7741d82c98..fca044d5195ffae77b4274eb0ba4e5f23f4f0e00 100644
--- a/Source/core/html/RadioNodeList.h
+++ b/Source/core/html/RadioNodeList.h
@@ -50,6 +50,8 @@ private:
bool checkElementMatchesRadioNodeListFilter(const Element&) const;
+ bool matchesByIdOrName(const Element&) const;
+
virtual bool elementMatches(const Element&) const OVERRIDE;
AtomicString m_name;
@@ -59,4 +61,3 @@ private:
} // namespace
#endif
-
« no previous file with comments | « LayoutTests/fast/forms/form-radio-img-node-list-expected.txt ('k') | Source/core/html/RadioNodeList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698