summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Document.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Document.idl')
-rw-r--r--WebCore/dom/Document.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/dom/Document.idl b/WebCore/dom/Document.idl
index 968d52a..dfdfe46 100644
--- a/WebCore/dom/Document.idl
+++ b/WebCore/dom/Document.idl
@@ -238,6 +238,11 @@ module core {
raises(DOMException);
NodeList querySelectorAll(in [ConvertUndefinedOrNullToNullString] DOMString selectors)
raises(DOMException);
+
+#if ENABLE_WML
+ // Only used from within WML layout tests, WML doesn't have JS support at all.
+ void resetWMLPageState();
+#endif
};
}