Index: Source/core/layout/LayoutMedia.h |
diff --git a/Source/core/layout/LayoutMedia.h b/Source/core/layout/LayoutMedia.h |
index 112cd6b3ba96a8863f27ceb76539ea332be3921d..89182494ed824ff9805a7a140827bbc0191956e7 100644 |
--- a/Source/core/layout/LayoutMedia.h |
+++ b/Source/core/layout/LayoutMedia.h |
@@ -66,7 +66,7 @@ private: |
// so we can't support generated content. |
virtual bool canHaveGeneratedChildren() const override final { return false; } |
virtual bool canHaveChildren() const override final { return true; } |
- virtual bool isChildAllowed(LayoutObject*, const LayoutStyle&) const override final; |
+ virtual bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override final; |
virtual bool isImage() const override final { return false; } |
virtual void paintReplaced(const PaintInfo&, const LayoutPoint&) override; |