From ae72fc3331cd109e409adfd47ae648f27c04d549 Mon Sep 17 00:00:00 2001 From: "oshima@google.com" Date: Tue, 18 Jan 2011 19:23:39 +0000 Subject: Revert "Adding CHECKs to troubleshoot the crash issue ..." Revert "Adding CHECKs to troubleshoot the crash issue intuple.h/browser_render_process_host.cc (see bug description)" This reverts commit 29801f4598cf1a605c6e1a7b0295e0ac29f27b59. BUG=chromium-os:7327 TEST=none Review URL: http://codereview.chromium.org/6323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71680 0039d316-1c4b-4281-b951-d872f2087c98 --- base/tuple.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'base') diff --git a/base/tuple.h b/base/tuple.h index 6b0d336..13d8722 100644 --- a/base/tuple.h +++ b/base/tuple.h @@ -548,13 +548,6 @@ inline void DispatchToMethod(ObjT* obj, Method method, const A& arg) { template inline void DispatchToMethod(ObjT* obj, Method method, const Tuple1& arg) { - -#if defined(OS_CHROMEOS) - // To troubleshoot crosbug.com/7327. - CHECK(obj); - CHECK(&arg); - CHECK(method); -#endif (obj->*method)(arg.a); } -- cgit v1.1