| Index: Source/WebCore/dom/DynamicNodeList.h
|
| ===================================================================
|
| --- Source/WebCore/dom/DynamicNodeList.h (revision 122244)
|
| +++ Source/WebCore/dom/DynamicNodeList.h (working copy)
|
| @@ -104,9 +104,6 @@
|
| DynamicSubtreeNodeList(PassRefPtr<Node>, RootType = RootedAtNode);
|
|
|
| private:
|
| - using DynamicNodeList::invalidateCache;
|
| - friend struct NodeListsNodeData;
|
| -
|
| Node* itemForwardsFromCurrent(Node* start, unsigned offset, int remainingOffset) const;
|
| Node* itemBackwardsFromCurrent(Node* start, unsigned offset, int remainingOffset) const;
|
| };
|
|
|