| Index: Source/core/dom/NodeList.h
|
| diff --git a/Source/core/dom/NodeList.h b/Source/core/dom/NodeList.h
|
| index 48cb063b1074f45f773d7ef9c05d702c434d7930..c47182cd865d88a79529de0631f08028ae55726f 100644
|
| --- a/Source/core/dom/NodeList.h
|
| +++ b/Source/core/dom/NodeList.h
|
| @@ -43,6 +43,7 @@ namespace WebCore {
|
|
|
| // Other methods (not part of DOM)
|
| virtual bool isLiveNodeList() const { return false; }
|
| + void anonymousNamedGetter(const AtomicString&, bool&, RefPtr<Node>&, bool&, unsigned&);
|
|
|
| protected:
|
| NodeList()
|
|
|