| Index: third_party/WebKit/Source/core/loader/DocumentLoadTiming.h
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoadTiming.h b/third_party/WebKit/Source/core/loader/DocumentLoadTiming.h
|
| index f3e6aebe668500fe8c6fbd06ab35b92d0f7c8c78..626d78e79e1d2439c7ad3dcad51c7e181511f876 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoadTiming.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoadTiming.h
|
| @@ -96,7 +96,7 @@ private:
|
| bool m_hasCrossOriginRedirect;
|
| bool m_hasSameOriginAsPreviousDocument;
|
|
|
| - RawPtrWillBeMember<DocumentLoader> m_documentLoader;
|
| + Member<DocumentLoader> m_documentLoader;
|
| };
|
|
|
| } // namespace blink
|
|
|