Index: Source/core/frame/DOMWindow.h |
diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h |
index bd15d1948f3c15cf29d65b23f5363e0defc38a48..2dd0cc3d6a02cd116535cbb41e9826b1b9196a59 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_ENABLED |
+ bool m_hasBeenReset; |
+#endif |
HashSet<DOMWindowProperty*> m_properties; |