Index: Source/core/layout/LayoutMedia.cpp |
diff --git a/Source/core/layout/LayoutMedia.cpp b/Source/core/layout/LayoutMedia.cpp |
index 54401ef2878c5524302bb834580d64c2d41b3047..38cdb05ad5e7215adb371b8a8f2e09a638497da3 100644 |
--- a/Source/core/layout/LayoutMedia.cpp |
+++ b/Source/core/layout/LayoutMedia.cpp |
@@ -89,7 +89,7 @@ void LayoutMedia::layout() |
clearNeedsLayout(); |
} |
-bool LayoutMedia::isChildAllowed(LayoutObject* child, const LayoutStyle&) const |
+bool LayoutMedia::isChildAllowed(LayoutObject* child, const ComputedStyle&) const |
{ |
// Two types of child layout objects are allowed: media controls |
// and the text track container. Filter children by node type. |