Index: Source/core/frame/History.cpp |
diff --git a/Source/core/frame/History.cpp b/Source/core/frame/History.cpp |
index ef15c2049087fed44c3f43b565c47282fa6eb979..492a69d08a849d5c3d7f1e811486f9f7944b10d5 100644 |
--- a/Source/core/frame/History.cpp |
+++ b/Source/core/frame/History.cpp |
@@ -105,7 +105,7 @@ void History::go(ExecutionContext* context, int distance) |
if (!activeDocument) |
return; |
- if (!activeDocument->canNavigate(m_frame)) |
+ if (!activeDocument->canNavigate(*m_frame)) |
return; |
m_frame->navigationScheduler().scheduleHistoryNavigation(distance); |