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 629ef6d8bb494df1b6a47ca1154b3ba062f471b8..2b5a12063458243214dc9c0420f074162e22c366 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(const RenderStyle&) |
+LayoutObject* VTTCueBox::createRenderer(const RenderStyle&) |
{ |
return new RenderVTTCue(this); |
} |