| Index: Source/core/html/HTMLLinkElement.h
|
| diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h
|
| index a545475b23fb04ec2ae18295c430b6fbfc49eb02..1b1d72096043c680de130c594a30c0df5e4dff32 100644
|
| --- a/Source/core/html/HTMLLinkElement.h
|
| +++ b/Source/core/html/HTMLLinkElement.h
|
| @@ -109,7 +109,7 @@ private:
|
| void removePendingSheet(RemovePendingSheetNotificationType = RemovePendingSheetNotifyImmediately);
|
| Document& document();
|
|
|
| - RefPtr<CSSStyleSheet> m_sheet;
|
| + RefPtrWillBePersistent<CSSStyleSheet> m_sheet;
|
| DisabledState m_disabledState;
|
| PendingSheetType m_pendingSheetType;
|
| bool m_loading;
|
|
|