summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLProgressElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLProgressElement.h')
-rw-r--r--Source/WebCore/html/HTMLProgressElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/html/HTMLProgressElement.h b/Source/WebCore/html/HTMLProgressElement.h
index 46204faa1..8cc45c81e 100644
--- a/Source/WebCore/html/HTMLProgressElement.h
+++ b/Source/WebCore/html/HTMLProgressElement.h
@@ -55,6 +55,7 @@ private:
virtual ~HTMLProgressElement();
virtual void willAddAuthorShadowRoot() OVERRIDE;
+ virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
virtual bool supportLabels() const OVERRIDE { return true; }