summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLParamElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLParamElement.h')
-rw-r--r--WebCore/html/HTMLParamElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/html/HTMLParamElement.h b/WebCore/html/HTMLParamElement.h
index 3bc1fa1..5e31aed 100644
--- a/WebCore/html/HTMLParamElement.h
+++ b/WebCore/html/HTMLParamElement.h
@@ -55,6 +55,8 @@ public:
String valueType() const;
void setValueType(const String&);
+ virtual void getSubresourceAttributeStrings(Vector<String>&) const;
+
protected:
AtomicString m_name;
AtomicString m_value;