diff options
Diffstat (limited to 'content/browser/web_contents/web_contents_impl.cc')
-rw-r--r-- | content/browser/web_contents/web_contents_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc index e363c32..2e49ce3 100644 --- a/content/browser/web_contents/web_contents_impl.cc +++ b/content/browser/web_contents/web_contents_impl.cc @@ -345,7 +345,7 @@ WebContentsImpl::WebContentsImpl( #if defined(OS_WIN) && defined(USE_AURA) accessible_parent_(NULL), #endif - frame_tree_(new Navigator(&controller_, this), this, this, this), + frame_tree_(new Navigator(&controller_, this), this, this, this, this), is_loading_(false), crashed_status_(base::TERMINATION_STATUS_STILL_RUNNING), crashed_error_code_(0), |