summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/wml/WMLPageState.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/wml/WMLPageState.h')
-rw-r--r--src/3rdparty/webkit/WebCore/wml/WMLPageState.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/WebCore/wml/WMLPageState.h b/src/3rdparty/webkit/WebCore/wml/WMLPageState.h
index 6a1d960d3..72bc72c2f 100644
--- a/src/3rdparty/webkit/WebCore/wml/WMLPageState.h
+++ b/src/3rdparty/webkit/WebCore/wml/WMLPageState.h
@@ -39,6 +39,10 @@ public:
WMLPageState(Page*);
virtual ~WMLPageState();
+#ifndef NDEBUG
+ void dump();
+#endif
+
// reset the browser context when 'newcontext' attribute
// of card element is performed as part of go task
void reset();