Index: chrome_frame/chrome_active_document.cc |
=================================================================== |
--- chrome_frame/chrome_active_document.cc (revision 56679) |
+++ chrome_frame/chrome_active_document.cc (working copy) |
@@ -83,6 +83,7 @@ |
DCHECK(automation_client_.get() != NULL); |
automation_client_->Reinitialize(this, url_fetcher_.get()); |
is_automation_client_reused_ = true; |
+ OnAutomationServerReady(); |
} else { |
// The FinalConstruct implementation in the ChromeFrameActivexBase class |
// i.e. Base creates an instance of the ChromeFrameAutomationClient class |