From 1d437b64e1aaf11827962de62694bcb806265d00 Mon Sep 17 00:00:00 2001 From: "tommi@chromium.org" Date: Mon, 23 Mar 2009 22:10:38 +0000 Subject: Fixing problem with ScopedVariant in official builds. BUG=9197 TBR=jon Review URL: http://codereview.chromium.org/47007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12318 0039d316-1c4b-4281-b951-d872f2087c98 --- base/scoped_variant_win.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'base/scoped_variant_win.h') diff --git a/base/scoped_variant_win.h b/base/scoped_variant_win.h index 3526f79..50c9ce3 100644 --- a/base/scoped_variant_win.h +++ b/base/scoped_variant_win.h @@ -118,9 +118,8 @@ class ScopedVariant { return var_; } -#ifndef OFFICIAL_BUILD + // Used as a debug check to see if we're leaking anything. static bool IsLeakableVarType(VARTYPE vt); -#endif protected: VARIANT var_; -- cgit v1.1