summaryrefslogtreecommitdiffstats
path: root/WebCore/css/CSSMutableStyleDeclaration.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/CSSMutableStyleDeclaration.h')
-rw-r--r--WebCore/css/CSSMutableStyleDeclaration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/css/CSSMutableStyleDeclaration.h b/WebCore/css/CSSMutableStyleDeclaration.h
index f7759f4..d629bcf 100644
--- a/WebCore/css/CSSMutableStyleDeclaration.h
+++ b/WebCore/css/CSSMutableStyleDeclaration.h
@@ -83,6 +83,8 @@ public:
void setNode(Node* node) { m_node = node; }
+ Node* node() const { return m_node; }
+
virtual bool isMutableStyleDeclaration() const { return true; }
virtual String cssText() const;