Index: Source/core/loader/HistoryItem.cpp |
diff --git a/Source/core/loader/HistoryItem.cpp b/Source/core/loader/HistoryItem.cpp |
index 07252ea23a811cea6a5e36b634abbfaa42578110..71a7db53a29b3c7c05a3ac9efe438dd4504031cd 100644 |
--- a/Source/core/loader/HistoryItem.cpp |
+++ b/Source/core/loader/HistoryItem.cpp |
@@ -214,5 +214,9 @@ bool HistoryItem::isCurrentDocument(Document* doc) const |
return equalIgnoringFragmentIdentifier(url(), doc->url()); |
} |
-} // namespace blink |
+void HistoryItem::trace(Visitor* visitor) |
+{ |
+ visitor->trace(m_documentState); |
+} |
+} // namespace blink |