Index: chrome/browser/automation/automation_provider_observers.cc |
=================================================================== |
--- chrome/browser/automation/automation_provider_observers.cc (revision 116109) |
+++ chrome/browser/automation/automation_provider_observers.cc (working copy) |
@@ -1080,7 +1080,7 @@ |
case IDC_FORWARD: |
case IDC_RELOAD: { |
new NavigationNotificationObserver( |
- &browser->GetSelectedTabContents()->GetController(), |
+ &browser->GetSelectedWebContents()->GetController(), |
automation, reply_message, 1, false, false); |
break; |
} |