From 9501428d2c774b2d78680c756fdb7edbc87a2f38 Mon Sep 17 00:00:00 2001 From: "jcampan@chromium.org" Date: Thu, 27 Nov 2008 01:44:44 +0000 Subject: Reenabling a DCHECK that was causing the ui tests to hang on the dbg build bots, which I could not reproduce locally. I'll try to investigate on the bots. TBR=nsylvain Review URL: http://codereview.chromium.org/10979 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6091 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/tab_contents.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chrome/browser/tab_contents.cc b/chrome/browser/tab_contents.cc index faabb54..ebd8f2b 100644 --- a/chrome/browser/tab_contents.cc +++ b/chrome/browser/tab_contents.cc @@ -76,9 +76,7 @@ void TabContents::CloseContents() { } void TabContents::Destroy() { - // TODO(jcampan): reenable that DCHECK. It seems to cause the RendererCrash - // ui tests to hang for some unclear reason. - // DCHECK(!is_being_destroyed_); + DCHECK(!is_being_destroyed_); is_being_destroyed_ = true; // First cleanly close all child windows. -- cgit v1.1