| Index: Source/core/html/track/TextTrackContainer.cpp
|
| diff --git a/Source/core/html/track/TextTrackContainer.cpp b/Source/core/html/track/TextTrackContainer.cpp
|
| index 932517e78867c7293da9f647cc1d42592347e253..e4ab0c334f1d5cf603b0becdf61a305fc25a136d 100644
|
| --- a/Source/core/html/track/TextTrackContainer.cpp
|
| +++ b/Source/core/html/track/TextTrackContainer.cpp
|
| @@ -48,7 +48,7 @@ PassRefPtrWillBeRawPtr<TextTrackContainer> TextTrackContainer::create(Document&
|
| return element.release();
|
| }
|
|
|
| -LayoutObject* TextTrackContainer::createLayoutObject(const LayoutStyle&)
|
| +LayoutObject* TextTrackContainer::createLayoutObject(const ComputedStyle&)
|
| {
|
| return new LayoutTextTrackContainer(this);
|
| }
|
|
|