Index: Source/core/layout/MultiColumnFragmentainerGroupTest.cpp |
diff --git a/Source/core/layout/MultiColumnFragmentainerGroupTest.cpp b/Source/core/layout/MultiColumnFragmentainerGroupTest.cpp |
index 1bdb21ec7fc7bc3149f95be2db343556fdf2b62b..9d8e7c36896e86c659826979c81f19cdf4ca1704 100644 |
--- a/Source/core/layout/MultiColumnFragmentainerGroupTest.cpp |
+++ b/Source/core/layout/MultiColumnFragmentainerGroupTest.cpp |
@@ -36,7 +36,7 @@ private: |
void MultiColumnFragmentainerGroupTest::SetUp() |
{ |
RenderingTest::SetUp(); |
- RefPtr<LayoutStyle> style = LayoutStyle::create(); |
+ RefPtr<ComputedStyle> style = ComputedStyle::create(); |
m_flowThread = LayoutMultiColumnFlowThread::createAnonymous(document(), *style.get()); |
m_columnSet = LayoutMultiColumnSet::createAnonymous(*m_flowThread, *m_flowThread->style()); |
} |