| Index: Source/core/frame/DOMWindow.h
|
| diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h
|
| index 37cea69a777661e962f35845685853f6a4deb6ed..5d20bf7dae2bea46076950338c895144b6ec5af7 100644
|
| --- a/Source/core/frame/DOMWindow.h
|
| +++ b/Source/core/frame/DOMWindow.h
|
| @@ -363,7 +363,7 @@ enum PageshowEventPersistence {
|
| mutable RefPtrWillBePersistent<Storage> m_localStorage;
|
| mutable RefPtr<ApplicationCache> m_applicationCache;
|
|
|
| - mutable RefPtr<Performance> m_performance;
|
| + mutable RefPtrWillBePersistent<Performance> m_performance;
|
|
|
| mutable RefPtr<DOMWindowCSS> m_css;
|
|
|
|
|