| Index: third_party/WebKit/Source/core/dom/DocumentTiming.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentTiming.h b/third_party/WebKit/Source/core/dom/DocumentTiming.h
|
| index 2bf25287d367376f7b58f9860bd76e13f4acb9e6..e37cf4d82b865ab29d3f13837c93ddf2312ae26d 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentTiming.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentTiming.h
|
| @@ -66,7 +66,7 @@ private:
|
| double m_domComplete = 0.0;
|
| double m_firstLayout = 0.0;
|
|
|
| - RawPtrWillBeMember<Document> m_document;
|
| + Member<Document> m_document;
|
| };
|
|
|
| } // namespace blink
|
|
|