| Index: content/browser/tab_contents/tab_contents.cc
|
| diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc
|
| index 0b06b975200dce0dce4aec261d136bed54ff41aa..daa709bdb2296aacbbfcea5e5a748a162562a67f 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -207,6 +207,8 @@ TabContents::TabContents(content::BrowserContext* browser_context,
|
| }
|
|
|
| TabContents::~TabContents() {
|
| + DLOG(ERROR) << "~TabContents(" << (void*)this << ')';
|
| +
|
| is_being_destroyed_ = true;
|
|
|
| // Clear out any JavaScript state.
|
|
|