From 84b57846bc0e40d830cc4fc4fb429b1990ad2442 Mon Sep 17 00:00:00 2001 From: "cpu@google.com" Date: Sat, 2 Aug 2008 00:20:46 +0000 Subject: 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 --- base/gfx/native_theme.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'base/gfx/native_theme.cc') 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_); } } -- cgit v1.1