summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLDivElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLDivElement.h')
-rw-r--r--Source/WebCore/html/HTMLDivElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLDivElement.h b/Source/WebCore/html/HTMLDivElement.h
index 6a3dac3b3..b916dd8d1 100644
--- a/Source/WebCore/html/HTMLDivElement.h
+++ b/Source/WebCore/html/HTMLDivElement.h
@@ -37,7 +37,7 @@ protected:
private:
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
- virtual void collectStyleForAttribute(Attribute*, StylePropertySet*) OVERRIDE;
+ virtual void collectStyleForAttribute(const Attribute&, StylePropertySet*) OVERRIDE;
};
} // namespace WebCore