Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: Source/WebCore/history/HistoryItem.h

Issue 10918017: Merge 126839 - REGRESSION(r109480): Form state for iframe content is not restored (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « LayoutTests/fast/loader/resources/form-state-restore-with-frames-1.html ('k') | Source/WebCore/history/HistoryItem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698