| 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
|
| -
|
|
|