| 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..c392b02a0c4a26785804edd8f05859a39b04f2b2 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*)
|
| +RenderObject* VTTCueBox::createRenderer(const RenderStyle*)
|
| {
|
| return new RenderVTTCue(this);
|
| }
|
|
|