summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/HTMLParamElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLParamElement.h')
-rw-r--r--Source/WebCore/html/HTMLParamElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/html/HTMLParamElement.h b/Source/WebCore/html/HTMLParamElement.h
index f13f8fa..f448547 100644
--- a/Source/WebCore/html/HTMLParamElement.h
+++ b/Source/WebCore/html/HTMLParamElement.h
@@ -34,6 +34,8 @@ public:
String name() const { return m_name; }
String value() const { return m_value; }
+ static bool isURLParameter(const String&);
+
private:
HTMLParamElement(const QualifiedName&, Document*);