| Index: Source/core/dom/ContainerNode.h
|
| diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h
|
| index 8de4bf92f8dc6a8325d967b2cd9437bb419f130f..e372bff068a43daaf556eefcd8cc3a66d1c8fc62 100644
|
| --- a/Source/core/dom/ContainerNode.h
|
| +++ b/Source/core/dom/ContainerNode.h
|
| @@ -116,6 +116,7 @@ public:
|
| void removeChild(Node* child, ExceptionState& = ASSERT_NO_EXCEPTION);
|
| void appendChild(PassRefPtr<Node> newChild, ExceptionState& = ASSERT_NO_EXCEPTION);
|
|
|
| + Element* getElementById(const AtomicString& id) const;
|
| PassRefPtr<HTMLCollection> getElementsByTagName(const AtomicString&);
|
| PassRefPtr<HTMLCollection> getElementsByTagNameNS(const AtomicString& namespaceURI, const AtomicString& localName);
|
| PassRefPtr<NodeList> getElementsByName(const AtomicString& elementName);
|
|
|