| Index: Source/core/html/HTMLProgressElement.h
|
| diff --git a/Source/core/html/HTMLProgressElement.h b/Source/core/html/HTMLProgressElement.h
|
| index caec3c4db6ed647f4c1dc271c170848370bfb4d5..c7102c16c2489a1de55237cadd59f8521fb952c7 100644
|
| --- a/Source/core/html/HTMLProgressElement.h
|
| +++ b/Source/core/html/HTMLProgressElement.h
|
| @@ -58,7 +58,7 @@ private:
|
| virtual bool shouldAppearIndeterminate() const override;
|
| virtual bool supportLabels() const override { return true; }
|
|
|
| - virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
|
| + virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| LayoutProgress* layoutProgress() const;
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
|
|