| Index: Source/core/html/HTMLProgressElement.h
|
| diff --git a/Source/core/html/HTMLProgressElement.h b/Source/core/html/HTMLProgressElement.h
|
| index 7b33f3c40b564824e5524601c25daf3bb45f5cbd..00a874ff0da27c34a39d6688d525b19e2bde3fd1 100644
|
| --- a/Source/core/html/HTMLProgressElement.h
|
| +++ b/Source/core/html/HTMLProgressElement.h
|
| @@ -53,6 +53,7 @@ private:
|
| virtual ~HTMLProgressElement();
|
|
|
| virtual bool areAuthorShadowsAllowed() const override { return false; }
|
| + virtual void willAddFirstAuthorShadowRoot() override;
|
| virtual bool shouldAppearIndeterminate() const override;
|
| virtual bool supportLabels() const override { return true; }
|
|
|
|
|