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

Unified Diff: webkit/glue/webframeloaderclient_impl.cc

Issue 41017: WebKit merge 41498:41530. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: address darin's comments Created 11 years, 9 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
« no previous file with comments | « webkit/glue/searchable_form_data.cc ('k') | webkit/port/bindings/v8/v8_proxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webframeloaderclient_impl.cc
===================================================================
--- webkit/glue/webframeloaderclient_impl.cc (revision 11301)
+++ webkit/glue/webframeloaderclient_impl.cc (working copy)
@@ -1218,7 +1218,9 @@
// Note: Can be called multiple times.
// Even if already complete, we might have set a previous item on a frame that
// didn't do any data loading on the past transaction. Make sure to clear these out.
- webframe_->frame()->loader()->setPreviousHistoryItem(0);
+
+ // FIXME: setPreviousHistoryItem() no longer exists. http://crbug.com/8566
+ // webframe_->frame()->loader()->setPreviousHistoryItem(0);
}
void WebFrameLoaderClient::saveViewStateToItem(HistoryItem*) {
« no previous file with comments | « webkit/glue/searchable_form_data.cc ('k') | webkit/port/bindings/v8/v8_proxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698