summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/tab_contents.cc4
1 files changed, 1 insertions, 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.