| Index: content/public/browser/web_contents_observer.cc
|
| diff --git a/content/public/browser/web_contents_observer.cc b/content/public/browser/web_contents_observer.cc
|
| index 1e705f865275f7afcb3b0c00e2a9abf1a3d1ad97..01d158d38d1bfb428b1a855ef5ee344affa18000 100644
|
| --- a/content/public/browser/web_contents_observer.cc
|
| +++ b/content/public/browser/web_contents_observer.cc
|
| @@ -64,7 +64,7 @@ int WebContentsObserver::routing_id() const {
|
| if (!web_contents_)
|
| return MSG_ROUTING_NONE;
|
|
|
| - return web_contents_->GetRoutingID();
|
| + return web_contents_->GetRenderViewHost()->GetRoutingID();
|
| }
|
|
|
| void WebContentsObserver::ResetWebContents() {
|
|
|