summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-23 00:54:06 +0000
committerarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-23 00:54:06 +0000
commit6f821dd3afa8361e243bec27582232e9019d1c5f (patch)
treeb085832fb748f17ecf18f1302ecfe275942c2f2f /chrome/browser
parent8ee2adfed1b3c34d1031b1a0e4f8e0380f4e1707 (diff)
downloadchromium_src-6f821dd3afa8361e243bec27582232e9019d1c5f.zip
chromium_src-6f821dd3afa8361e243bec27582232e9019d1c5f.tar.gz
chromium_src-6f821dd3afa8361e243bec27582232e9019d1c5f.tar.bz2
Make sure bookmarks_drag_ is initialized to NULL to prevent crash.
BUG=36473 TEST=None Review URL: http://codereview.chromium.org/652092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39682 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/tab_contents/tab_contents.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
index e78d2b2..4f7e823 100644
--- a/chrome/browser/tab_contents/tab_contents.cc
+++ b/chrome/browser/tab_contents/tab_contents.cc
@@ -241,6 +241,7 @@ TabContents::TabContents(Profile* profile,
autofill_manager_(),
password_manager_(),
plugin_installer_(),
+ bookmark_drag_(NULL),
ALLOW_THIS_IN_INITIALIZER_LIST(fav_icon_helper_(this)),
select_file_dialog_(),
is_loading_(false),