Index: Source/core/html/RadioNodeList.h |
diff --git a/Source/core/html/RadioNodeList.h b/Source/core/html/RadioNodeList.h |
index fca044d5195ffae77b4274eb0ba4e5f23f4f0e00..0fb489dd2cccdf80148c4cfbb3a2e427c3897460 100644 |
--- a/Source/core/html/RadioNodeList.h |
+++ b/Source/core/html/RadioNodeList.h |
@@ -51,11 +51,11 @@ private: |
bool checkElementMatchesRadioNodeListFilter(const Element&) const; |
bool matchesByIdOrName(const Element&) const; |
+ bool shouldOnlyMatchImgElements() const { return type() == RadioImgNodeListType; } |
virtual bool elementMatches(const Element&) const OVERRIDE; |
AtomicString m_name; |
- const bool m_onlyMatchImgElements; |
}; |
} // namespace |