| Index: content/browser/frame_host/navigation_handle_impl.cc
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.cc b/content/browser/frame_host/navigation_handle_impl.cc
|
| index cd75c0ffbc6a252bda93a53090708c90d00ddfdd..d7f9aa7a7becb2ceee40fe5dcbede19bb8b09c89 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl.cc
|
| @@ -82,7 +82,7 @@ NavigationHandleImpl::NavigationHandleImpl(
|
| if (IsInMainFrame()) {
|
| TRACE_EVENT_ASYNC_BEGIN_WITH_TIMESTAMP1(
|
| "navigation", "Navigation StartToCommit", this,
|
| - navigation_start.ToInternalValue(), "Initial URL", url_.spec());
|
| + navigation_start, "Initial URL", url_.spec());
|
| }
|
| }
|
|
|
|
|