From 5f1ab04193ad0130ca8204aadaceae083aca9881 Mon Sep 17 00:00:00 2001 From: Feng Qian Date: Wed, 17 Jun 2009 12:12:20 -0700 Subject: Get WebKit r44544. --- WebCore/dom/StyledElement.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'WebCore/dom/StyledElement.h') diff --git a/WebCore/dom/StyledElement.h b/WebCore/dom/StyledElement.h index 4ca48e9..158992e 100644 --- a/WebCore/dom/StyledElement.h +++ b/WebCore/dom/StyledElement.h @@ -25,12 +25,15 @@ #ifndef StyledElement_h #define StyledElement_h +#include "CSSPrimitiveValue.h" #include "Element.h" +#include "MappedAttributeEntry.h" #include "NamedMappedAttrMap.h" namespace WebCore { class CSSMappedAttributeDeclaration; +class CSSMutableStyleDeclaration; class MappedAttribute; class StyledElement : public Element { @@ -87,6 +90,8 @@ protected: // parseMappedAttribute (called via setAttribute()) and // svgAttributeChanged (called when element.className.baseValue is set) void classAttributeChanged(const AtomicString& newClassString); + + virtual void didMoveToNewOwnerDocument(); RefPtr m_inlineStyleDecl; }; -- cgit v1.1