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

Issue 8329020: Crash fix. (Closed)

Created:
9 years, 2 months ago by sreeram
Modified:
9 years, 2 months ago
Reviewers:
sky
CC:
chromium-reviews, dharani
Visibility:
Public.

Description

Crash fix. We never reset |tab_contents_| to NULL anywhere (and indeed we can't, even in ReleasePreviewContents(), because browser.cc accesses it). We were protected from acccessing a dangling tab_contents_ before, due to the is_active() check that preceded a call to PrepareForCommit(). That was removed in http://crrev.com/105664 however; hence this fix. BUG=100521 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106075

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -6 lines) Patch
M chrome/browser/instant/instant_controller.cc View 3 chunks +8 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sreeram
Please review.
9 years, 2 months ago (2011-10-18 14:55:13 UTC) #1
sky
9 years, 2 months ago (2011-10-18 16:32:17 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698