summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLUListElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLUListElement.h')
-rw-r--r--Source/WebCore/html/HTMLUListElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLUListElement.h b/Source/WebCore/html/HTMLUListElement.h
index ea6510da0..0f27514c6 100644
--- a/Source/WebCore/html/HTMLUListElement.h
+++ b/Source/WebCore/html/HTMLUListElement.h
@@ -35,7 +35,7 @@ public:
private:
HTMLUListElement(const QualifiedName&, Document*);
- virtual bool isPresentationAttribute(Attribute*) const OVERRIDE;
+ virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
virtual void collectStyleForAttribute(Attribute*, StylePropertySet*) OVERRIDE;
};