Chromium Code Reviews| Index: Source/core/frame/DOMWindow.h |
| diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h |
| index bd15d1948f3c15cf29d65b23f5363e0defc38a48..03ac81f9d9567d5f77309360b65587747abc9e70 100644 |
| --- a/Source/core/frame/DOMWindow.h |
| +++ b/Source/core/frame/DOMWindow.h |
| @@ -346,6 +346,9 @@ enum PageshowEventPersistence { |
| RefPtr<Document> m_document; |
| bool m_shouldPrintWhenFinishedLoading; |
| +#if !ASSERT_DISABLED |
|
abarth-chromium
2014/04/25 21:01:03
#if ASSERT_ENABLED
sof
2014/04/25 21:42:24
Thanks, switched.
|
| + bool m_hasBeenReset; |
| +#endif |
| HashSet<DOMWindowProperty*> m_properties; |