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

Issue 10959062: Merge 128972 - [Chromium] Fix crash in WebFrameImpl::loadHistoryItem (Closed)

Created:
8 years, 3 months ago by tkent
Modified:
8 years, 3 months ago
Reviewers:
tkent
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Visibility:
Public.

Description

Merge 128972 - [Chromium] Fix crash in WebFrameImpl::loadHistoryItem https://bugs.webkit.org/show_bug.cgi?id=96352 Reviewed by Adam Barth. We have some crash reports with the following stack: - HistoryItem::shouldDoSameDocumentNavigationTo. - WebFrameImpl::loadHistoryItem ... We don't have reproducible steps, and not sure what's the root cause. Anyway we should check nullness of currentItem because HistoryController::m_currentItem can be 0. * src/WebFrameImpl.cpp: (WebKit::WebFrameImpl::loadHistoryItem): Check nullness of currentItem. TBR=tkent@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=129320

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M Source/WebKit/chromium/src/WebFrameImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
tkent
8 years, 3 months ago (2012-09-24 01:14:41 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698