| Index: chrome/browser/ui/constrained_window_tab_helper.cc
|
| ===================================================================
|
| --- chrome/browser/ui/constrained_window_tab_helper.cc (revision 115777)
|
| +++ chrome/browser/ui/constrained_window_tab_helper.cc (working copy)
|
| @@ -70,7 +70,7 @@
|
| }
|
|
|
| void ConstrainedWindowTabHelper::BlockTabContent(bool blocked) {
|
| - TabContents* contents = tab_contents();
|
| + WebContents* contents = web_contents();
|
| if (!contents) {
|
| // The TabContents has already disconnected.
|
| return;
|
|
|