| Index: third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.cpp b/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.cpp
|
| index 6753215681c54ac77bba2eb61e3d4889ca915562..065f95a69facaa42da2b0916fedf04f203b70a6b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.cpp
|
| @@ -37,7 +37,7 @@ LayoutTextTrackContainer::LayoutTextTrackContainer(Element* element)
|
|
|
| void LayoutTextTrackContainer::layout() {
|
| LayoutBlockFlow::layout();
|
| - if (style()->display() == EDisplay::None)
|
| + if (style()->display() == EDisplay::kNone)
|
| return;
|
|
|
| DeprecatedScheduleStyleRecalcDuringLayout marker(
|
|
|