Index: Source/core/html/HTMLSummaryElement.cpp |
diff --git a/Source/core/html/HTMLSummaryElement.cpp b/Source/core/html/HTMLSummaryElement.cpp |
index b3c0093772e327beff27852babcfa7b3969cef6b..09a7d6a2444790e9da974c16807bc5698052a442 100644 |
--- a/Source/core/html/HTMLSummaryElement.cpp |
+++ b/Source/core/html/HTMLSummaryElement.cpp |
@@ -48,7 +48,7 @@ HTMLSummaryElement::HTMLSummaryElement(Document& document) |
{ |
} |
-LayoutObject* HTMLSummaryElement::createLayoutObject(const LayoutStyle&) |
+LayoutObject* HTMLSummaryElement::createLayoutObject(const ComputedStyle&) |
{ |
return new LayoutBlockFlow(this); |
} |