| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index 4d0821ed925801b2084dc650573ca6fa1b5bd91f..74e65279e1224a02c97c6efdc22005e316ff31d1 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -435,7 +435,7 @@ bool RenderFrameHostImpl::IsCrossProcessSubframe() {
|
| return GetSiteInstance() != parent_->GetSiteInstance();
|
| }
|
|
|
| -const GURL& RenderFrameHostImpl::GetLastCommittedURL() {
|
| +const GURL& RenderFrameHostImpl::GetLastCommittedURL() const {
|
| return last_committed_url();
|
| }
|
|
|
|
|