| Index: chrome/browser/debugger/debugger_view.cc
|
| ===================================================================
|
| --- chrome/browser/debugger/debugger_view.cc (revision 15410)
|
| +++ chrome/browser/debugger/debugger_view.cc (working copy)
|
| @@ -106,7 +106,7 @@
|
| tab_contents_->render_view_host()->AllowDOMUIBindings();
|
|
|
| GURL contents(std::string(chrome::kChromeUIScheme) +
|
| - "//inspector/debugger.html");
|
| + "://inspector/debugger.html");
|
| tab_contents_->controller().LoadURL(contents, GURL(),
|
| PageTransition::START_PAGE);
|
| }
|
|
|