Index: Source/core/layout/LayoutButton.cpp |
diff --git a/Source/core/layout/LayoutButton.cpp b/Source/core/layout/LayoutButton.cpp |
index 70ee9a8866827585c673fe31d6e457ca744da1d8..84a4e0211976716c3c632dea895e3b471086e1cf 100644 |
--- a/Source/core/layout/LayoutButton.cpp |
+++ b/Source/core/layout/LayoutButton.cpp |
@@ -61,7 +61,7 @@ void LayoutButton::removeChild(LayoutObject* oldChild) |
} |
} |
-void LayoutButton::updateAnonymousChildStyle(const LayoutObject& child, LayoutStyle& childStyle) const |
+void LayoutButton::updateAnonymousChildStyle(const LayoutObject& child, ComputedStyle& childStyle) const |
{ |
ASSERT(!m_inner || &child == m_inner); |