summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/shadow/HTMLShadowElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/shadow/HTMLShadowElement.h')
-rw-r--r--Source/WebCore/html/shadow/HTMLShadowElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/html/shadow/HTMLShadowElement.h b/Source/WebCore/html/shadow/HTMLShadowElement.h
index bfc85e2fb..151c7a2ab 100644
--- a/Source/WebCore/html/shadow/HTMLShadowElement.h
+++ b/Source/WebCore/html/shadow/HTMLShadowElement.h
@@ -45,6 +45,7 @@ public:
private:
HTMLShadowElement(const QualifiedName&, Document*);
+ virtual bool isShadowElement() const { return true; }
};
} // namespace WebCore