diff options
Diffstat (limited to 'Source/WebCore/html/HTMLTableSectionElement.h')
-rw-r--r-- | Source/WebCore/html/HTMLTableSectionElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLTableSectionElement.h b/Source/WebCore/html/HTMLTableSectionElement.h index b1680c42e..93b5f6953 100644 --- a/Source/WebCore/html/HTMLTableSectionElement.h +++ b/Source/WebCore/html/HTMLTableSectionElement.h @@ -56,7 +56,7 @@ public: private: HTMLTableSectionElement(const QualifiedName& tagName, Document*); - virtual PassRefPtr<CSSMutableStyleDeclaration> additionalAttributeStyle() OVERRIDE; + virtual StylePropertySet* additionalAttributeStyle() OVERRIDE; }; } //namespace |