| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 698b5ecbb5ad2e9bac30396d4f402a0174e2e3a2..4a766af59865d9d2cd5c4800b50d6ac08cb461e4 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1353,7 +1353,7 @@ private:
|
| void elementDataCacheClearTimerFired(Timer<Document>*);
|
| Timer<Document> m_elementDataCacheClearTimer;
|
|
|
| - OwnPtr<ElementDataCache> m_elementDataCache;
|
| + OwnPtrWillBeMember<ElementDataCache> m_elementDataCache;
|
|
|
| #ifndef NDEBUG
|
| bool m_didDispatchViewportPropertiesChanged;
|
|
|