diff options
Diffstat (limited to 'WebCore/dom/StyledElement.h')
-rw-r--r-- | WebCore/dom/StyledElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/StyledElement.h b/WebCore/dom/StyledElement.h index 85fa7a7..52bffd3 100644 --- a/WebCore/dom/StyledElement.h +++ b/WebCore/dom/StyledElement.h @@ -66,7 +66,7 @@ public: CSSStyleDeclaration* style(); void invalidateStyleAttribute(); - const ClassNames& classNames() const { ASSERT(hasClass()); ASSERT(mappedAttributes()); return mappedAttributes()->classNames(); } + const SpaceSplitString& classNames() const { ASSERT(hasClass()); ASSERT(mappedAttributes()); return mappedAttributes()->classNames(); } virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const; |