| Index: components/web_view/pending_web_view_load.cc
|
| diff --git a/components/web_view/pending_web_view_load.cc b/components/web_view/pending_web_view_load.cc
|
| index a86aa0c5d429103d590fa5fd4d3cbebecc2040e6..d5db3543b7bbf3a9e79ed88afe9f1c2c1dda1d04 100644
|
| --- a/components/web_view/pending_web_view_load.cc
|
| +++ b/components/web_view/pending_web_view_load.cc
|
| @@ -20,7 +20,7 @@ PendingWebViewLoad::~PendingWebViewLoad() {}
|
|
|
| void PendingWebViewLoad::Init(mojo::URLRequestPtr request) {
|
| DCHECK(!frame_connection_);
|
| - pending_url_ = GURL(request->url);
|
| + pending_url_ = GURL(request->url.get());
|
| navigation_start_time_ =
|
| base::TimeTicks::FromInternalValue(request->originating_time_ticks);
|
| frame_connection_.reset(new FrameConnection);
|
|
|