| Index: third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.h b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| index 8023984bd3ca67de0c614a610c35afde849951c4..426b8cac2d516a8d59479e6bd42886376ed780e2 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| @@ -83,7 +83,7 @@ class CORE_EXPORT DocumentLoader
|
|
|
| LocalFrame* frame() const { return m_frame; }
|
|
|
| - ResourceTimingInfo* getNavigationTimingInfo() const;
|
| + std::unique_ptr<ResourceTimingInfo> getNavigationTimingInfo() const;
|
|
|
| virtual void detachFromFrame();
|
|
|
|
|