Index: Source/core/dom/DocumentTiming.cpp |
diff --git a/Source/core/dom/DocumentTiming.cpp b/Source/core/dom/DocumentTiming.cpp |
index 025934aebdfc1959c0552f0f7abb2070db041174..7f864970f8d61da15ee30f317b22332278a65dfc 100644 |
--- a/Source/core/dom/DocumentTiming.cpp |
+++ b/Source/core/dom/DocumentTiming.cpp |
@@ -8,10 +8,11 @@ |
#include "core/dom/Document.h" |
#include "core/loader/DocumentLoader.h" |
#include "platform/TraceEvent.h" |
+#include "wtf/RawPtr.h" |
namespace blink { |
-DocumentTiming::DocumentTiming(WeakPtrWillBeRawPtr<Document> document) |
+DocumentTiming::DocumentTiming(RawPtrWillBeMember<Document> document) |
: m_domLoading(0.0) |
, m_domInteractive(0.0) |
, m_domContentLoadedEventStart(0.0) |