summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLPropertiesCollection.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLPropertiesCollection.h')
-rw-r--r--Source/WebCore/html/HTMLPropertiesCollection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLPropertiesCollection.h b/Source/WebCore/html/HTMLPropertiesCollection.h
index ac3d3e238..42bf3e30a 100644
--- a/Source/WebCore/html/HTMLPropertiesCollection.h
+++ b/Source/WebCore/html/HTMLPropertiesCollection.h
@@ -68,7 +68,7 @@ private:
void updateNameCache() const;
- void updatePropertyCache(Element* element, const AtomicString& propertyName) const
+ void updatePropertyCache(Element*, const AtomicString& propertyName) const
{
if (!m_propertyNames)
m_propertyNames = DOMStringList::create();