| Index: Source/core/frame/DOMWindow.h
|
| diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h
|
| index 6769daa66c1b7d589aafb8bae85ef2f024ca1a93..999734f39cc300ce16f08caedc17c9da37f1d254 100644
|
| --- a/Source/core/frame/DOMWindow.h
|
| +++ b/Source/core/frame/DOMWindow.h
|
| @@ -353,7 +353,7 @@ enum PageshowEventPersistence {
|
| mutable RefPtr<BarProp> m_toolbar;
|
| mutable RefPtr<Console> m_console;
|
| mutable RefPtrWillBePersistent<Navigator> m_navigator;
|
| - mutable RefPtr<Location> m_location;
|
| + mutable RefPtrWillBePersistent<Location> m_location;
|
| mutable RefPtr<StyleMedia> m_media;
|
|
|
| String m_status;
|
|
|