Add a history entry when navigating to anchors within the same page (issue #207).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@206 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2011-03-22 23:53:10 +00:00
parent c480b409cd
commit 9bd6ea0c0a
2 changed files with 2 additions and 2 deletions

View File

@@ -782,7 +782,7 @@ void BrowserWebViewDelegate::didFinishLoad(WebFrame* frame) {
LocationChangeDone(frame);
}
void BrowserWebViewDelegate::didChangeLocationWithinPage(
void BrowserWebViewDelegate::didNavigateWithinPage(
WebFrame* frame, bool is_new_navigation) {
frame->dataSource()->setExtraData(pending_extra_data_.release());
UpdateForCommittedLoad(frame, is_new_navigation);