| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index ffa561d7e6fb1120de03421488328a9727fd0234..ee3c935328bbce24541830a86fd6aafaf5dcb291 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1183,7 +1183,7 @@ private:
|
| RefPtr<DocumentType> m_docType;
|
| OwnPtr<DOMImplementation> m_implementation;
|
|
|
| - RefPtr<CSSStyleSheet> m_elemSheet;
|
| + RefPtrWillBePersistent<CSSStyleSheet> m_elemSheet;
|
|
|
| bool m_printing;
|
| bool m_paginatedForScreen;
|
|
|