| Index: components/web_view/frame.cc
|
| diff --git a/components/web_view/frame.cc b/components/web_view/frame.cc
|
| index aa957ba3e9ab2e64221ef1dcedd2ceab7b195da9..5cff9bfa56ee435d84c18c3170ed3ea758cc85e1 100644
|
| --- a/components/web_view/frame.cc
|
| +++ b/components/web_view/frame.cc
|
| @@ -362,7 +362,7 @@ void Frame::StartNavigate(mojo::URLRequestPtr request) {
|
|
|
| DVLOG(2) << "Frame::StartNavigate id=" << id_ << " url=" << request->url;
|
|
|
| - const GURL requested_url(request->url);
|
| + const GURL requested_url(request->url.get());
|
| base::TimeTicks navigation_start_time =
|
| base::TimeTicks::FromInternalValue(request->originating_time_ticks);
|
| tree_->delegate_->CanNavigateFrame(
|
|
|