| Index: Source/core/html/HTMLLinkElement.h
|
| diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h
|
| index 8508abd87859dd7fb6ec5fe4486ef293a032010f..28e2b7324bd5461f2136c19f56fca3c0264800cb 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;
|
|
|