| Index: Source/WebCore/history/HistoryItem.h
|
| ===================================================================
|
| --- Source/WebCore/history/HistoryItem.h (revision 127219)
|
| +++ Source/WebCore/history/HistoryItem.h (working copy)
|
| @@ -171,6 +171,7 @@
|
| const HistoryItemVector& children() const;
|
| bool hasChildren() const;
|
| void clearChildren();
|
| + bool isAncestorOf(const HistoryItem*) const;
|
|
|
| bool shouldDoSameDocumentNavigationTo(HistoryItem* otherItem) const;
|
| bool hasSameFrames(HistoryItem* otherItem) const;
|
|
|