| Index: chrome/browser/debugger/debugger_contents.cc
|
| ===================================================================
|
| --- chrome/browser/debugger/debugger_contents.cc (revision 2626)
|
| +++ chrome/browser/debugger/debugger_contents.cc (working copy)
|
| @@ -103,7 +103,7 @@
|
|
|
| DebuggerContents::DebuggerContents(Profile* profile, SiteInstance* instance)
|
| : DOMUIHost(profile, instance, NULL) {
|
| - type_ = TAB_CONTENTS_DEBUGGER;
|
| + set_type(TAB_CONTENTS_DEBUGGER);
|
| }
|
|
|
| void DebuggerContents::AttachMessageHandlers() {
|
|
|