| Index: Source/core/html/track/vtt/VTTCue.cpp
|
| diff --git a/Source/core/html/track/vtt/VTTCue.cpp b/Source/core/html/track/vtt/VTTCue.cpp
|
| index 302d50aa43e57862970fac7a7005b6321499e435..0026a0cf2bddcb56c0107e258e626b0ef7bb277b 100644
|
| --- a/Source/core/html/track/vtt/VTTCue.cpp
|
| +++ b/Source/core/html/track/vtt/VTTCue.cpp
|
| @@ -206,7 +206,7 @@ void VTTCueBox::applyCSSProperties(const VTTDisplayParameters& displayParameters
|
| }
|
| }
|
|
|
| -RenderObject* VTTCueBox::createRenderer(RenderStyle*)
|
| +LayoutObject* VTTCueBox::createRenderer(RenderStyle*)
|
| {
|
| return new RenderVTTCue(this);
|
| }
|
|
|