| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index bf93a50434e8c755c1287b4f4c004d407f4cd46b..27571eee3df9338866a6c149150b469e53ce52b7 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -607,7 +607,7 @@ public:
|
| PassRefPtr<NodeList> getElementsByTagNameNS(const AtomicString& namespaceURI, const AtomicString& localName);
|
| PassRefPtr<NodeList> getElementsByName(const String& elementName);
|
| PassRefPtr<NodeList> getElementsByClassName(const String& classNames);
|
| - PassRefPtr<RadioNodeList> radioNodeList(const AtomicString&);
|
| + PassRefPtr<RadioNodeList> radioNodeList(const AtomicString&, bool onlyMatchImgElements = false);
|
|
|
| virtual bool willRespondToMouseMoveEvents();
|
| virtual bool willRespondToMouseClickEvents();
|
|
|