diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-02 00:20:46 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-02 00:20:46 +0000 |
commit | 84b57846bc0e40d830cc4fc4fb429b1990ad2442 (patch) | |
tree | 49d668aa4ac06043bcb2c08127cfc9128992b9c4 /base/gfx/native_theme.cc | |
parent | 9f1ecd437a6ce651f2e5783ce988ffa6aae4f922 (diff) | |
download | chromium_src-84b57846bc0e40d830cc4fc4fb429b1990ad2442.zip chromium_src-84b57846bc0e40d830cc4fc4fb429b1990ad2442.tar.gz chromium_src-84b57846bc0e40d830cc4fc4fb429b1990ad2442.tar.bz2 |
I think this is the crasher
- I want to test this on the bots.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/gfx/native_theme.cc')
-rw-r--r-- | base/gfx/native_theme.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/gfx/native_theme.cc b/base/gfx/native_theme.cc index 8ab4ca3..821a039 100644 --- a/base/gfx/native_theme.cc +++ b/base/gfx/native_theme.cc @@ -90,7 +90,8 @@ NativeTheme::NativeTheme() NativeTheme::~NativeTheme() { if (theme_dll_) { - CloseHandles(); + // todo (cpu): fix this soon. + // CloseHandles(); FreeLibrary(theme_dll_); } } |