Commit 6b626b91 authored by groby@chromium.org's avatar groby@chromium.org

[Coverity] Fix uninitialized member

CID=104705

R=sky@chromium.org
BUG=none


Review URL: https://chromiumcodereview.appspot.com/10834381

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152420 0039d316-1c4b-4281-b951-d872f2087c98
parent 9c471cf2
...@@ -96,6 +96,7 @@ const char ShellWindowFrameView::kViewClassName[] = ...@@ -96,6 +96,7 @@ const char ShellWindowFrameView::kViewClassName[] =
ShellWindowFrameView::ShellWindowFrameView(ShellWindowViews* window) ShellWindowFrameView::ShellWindowFrameView(ShellWindowViews* window)
: window_(window), : window_(window),
frame_(NULL),
close_button_(NULL) { close_button_(NULL) {
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment