summaryrefslogtreecommitdiffstats
path: root/WebCore/wml/WMLDoElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/wml/WMLDoElement.cpp')
-rw-r--r--WebCore/wml/WMLDoElement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/wml/WMLDoElement.cpp b/WebCore/wml/WMLDoElement.cpp
index 17a6d10..899bee1 100644
--- a/WebCore/wml/WMLDoElement.cpp
+++ b/WebCore/wml/WMLDoElement.cpp
@@ -90,7 +90,7 @@ void WMLDoElement::defaultEventHandler(Event* event)
eventTimer->stop();
}
- pageState->page()->goBack();
+ pageState->page()->backForward()->goBack();
} else if (m_type == "reset") {
WMLPageState* pageState = wmlPageStateForDocument(document());
if (!pageState)