| Index: Source/core/html/track/vtt/VTTCue.h
|
| diff --git a/Source/core/html/track/vtt/VTTCue.h b/Source/core/html/track/vtt/VTTCue.h
|
| index 7561d7f0fba8a11549028dd91974fa9375702f9a..b94d49452568e41fa232be3d919815ca33daee5e 100644
|
| --- a/Source/core/html/track/vtt/VTTCue.h
|
| +++ b/Source/core/html/track/vtt/VTTCue.h
|
| @@ -65,7 +65,7 @@ public:
|
| private:
|
| VTTCueBox(Document&, VTTCue*);
|
|
|
| - virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
|
| + virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
|
|
| RawPtrWillBeMember<VTTCue> m_cue;
|
| };
|
|
|