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

Issue 10827205: ash: Add a NULL-check. (Closed)

Created:
8 years, 4 months ago by sadrul
Modified:
8 years, 4 months ago
Reviewers:
sky
CC:
chromium-reviews, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

ash: Add a NULL-check. |phantom_widget_| used to be a scoped_ptr, and it used to .reset() itself here. But it is a raw pointer now, so it needs to be null-checked. BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150442

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M ash/wm/workspace/phantom_window_controller.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
sadrul
8 years, 4 months ago (2012-08-07 21:43:54 UTC) #1
sky
8 years, 4 months ago (2012-08-07 21:52:49 UTC) #2
LGTM - you'll likely need to merge this.

Powered by Google App Engine
This is Rietveld 408576698