| Index: Source/core/dom/StyleElement.h
|
| diff --git a/Source/core/dom/StyleElement.h b/Source/core/dom/StyleElement.h
|
| index b10337ec5f589ed379273fc5138122687486a547..df234453f4c7881f3a06f58844a919650c3b66a5 100644
|
| --- a/Source/core/dom/StyleElement.h
|
| +++ b/Source/core/dom/StyleElement.h
|
| @@ -53,7 +53,7 @@ protected:
|
| void childrenChanged(Element*);
|
| void finishParsingChildren(Element*);
|
|
|
| - RefPtr<CSSStyleSheet> m_sheet;
|
| + RefPtrWillBePersistent<CSSStyleSheet> m_sheet;
|
|
|
| private:
|
| void createSheet(Element*, const String& text = String());
|
|
|