| Index: Source/core/loader/DocumentLoadTiming.cpp
|
| diff --git a/Source/core/loader/DocumentLoadTiming.cpp b/Source/core/loader/DocumentLoadTiming.cpp
|
| index 5379c5d094010b26cc0a0d13b4e3b3914d038e3c..24f84a7a27ae145833788bba1342f033b5477834 100644
|
| --- a/Source/core/loader/DocumentLoadTiming.cpp
|
| +++ b/Source/core/loader/DocumentLoadTiming.cpp
|
| @@ -29,11 +29,12 @@
|
| #include "core/loader/DocumentLoader.h"
|
| #include "platform/TraceEvent.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| +#include "wtf/RawPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
| -DocumentLoadTiming::DocumentLoadTiming(WeakPtrWillBeRawPtr<DocumentLoader> documentLoader)
|
| +DocumentLoadTiming::DocumentLoadTiming(RawPtrWillBeMember<DocumentLoader> documentLoader)
|
| : m_referenceMonotonicTime(0.0)
|
| , m_referenceWallTime(0.0)
|
| , m_navigationStart(0.0)
|
|
|