| Index: chrome/browser/view_source_contents.cc
|
| ===================================================================
|
| --- chrome/browser/view_source_contents.cc (revision 2626)
|
| +++ chrome/browser/view_source_contents.cc (working copy)
|
| @@ -9,7 +9,7 @@
|
|
|
| ViewSourceContents::ViewSourceContents(Profile* profile, SiteInstance* instance)
|
| : WebContents(profile, instance, NULL, MSG_ROUTING_NONE, NULL) {
|
| - type_ = TAB_CONTENTS_VIEW_SOURCE;
|
| + set_type(TAB_CONTENTS_VIEW_SOURCE);
|
| }
|
|
|
| void ViewSourceContents::RendererCreated(RenderViewHost* host) {
|
|
|