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

Issue 115477: Fix unchecked pointer dereference that I stumbled across. (Closed)

Created:
11 years, 7 months ago by robertshield
Modified:
9 years, 6 months ago
Reviewers:
amit
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix unchecked pointer dereference that I stumbled across. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=16312

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M chrome/browser/external_tab_container.cc View 1 chunk +3 lines, -1 line 2 comments Download

Messages

Total messages: 3 (0 generated)
robertshield
11 years, 7 months ago (2009-05-18 20:54:23 UTC) #1
amit
Thanks, for fixing this. http://codereview.chromium.org/115477/diff/1/2 File chrome/browser/external_tab_container.cc (right): http://codereview.chromium.org/115477/diff/1/2#newcode271 Line 271: LOG_IF(WARNING, load == NULL) ...
11 years, 7 months ago (2009-05-18 21:02:10 UTC) #2
robertshield
11 years, 7 months ago (2009-05-18 21:11:13 UTC) #3
http://codereview.chromium.org/115477/diff/1/2
File chrome/browser/external_tab_container.cc (right):

http://codereview.chromium.org/115477/diff/1/2#newcode271
Line 271: LOG_IF(WARNING, load == NULL) << "ExternalTabContainer received "
On 2009/05/18 21:02:10, amit wrote:
> I think this can be null for legitimate reasons, so no LOG is needed.

Done.

Powered by Google App Engine
This is Rietveld 408576698