Index: chrome/browser/ui/cocoa/dev_tools_controller.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/dev_tools_controller.mm (revision 116244) |
+++ chrome/browser/ui/cocoa/dev_tools_controller.mm (working copy) |
@@ -119,8 +119,7 @@ |
} |
} |
- [contentsController_ changeTabContents: |
- static_cast<TabContents*>(devToolsContents)]; |
+ [contentsController_ changeWebContents:devToolsContents]; |
} |
- (void)showDevToolsContainer:(Profile*)profile { |