Index: Source/core/html/HTMLSummaryElement.cpp |
diff --git a/Source/core/html/HTMLSummaryElement.cpp b/Source/core/html/HTMLSummaryElement.cpp |
index eddebb0ec2114d2309c734d4d15c7888c0e32e33..1a26f3791c43f3b3df1dd61abc53787187fd829d 100644 |
--- a/Source/core/html/HTMLSummaryElement.cpp |
+++ b/Source/core/html/HTMLSummaryElement.cpp |
@@ -48,7 +48,7 @@ HTMLSummaryElement::HTMLSummaryElement(Document& document) |
{ |
} |
-RenderObject* HTMLSummaryElement::createRenderer(const RenderStyle&) |
+LayoutObject* HTMLSummaryElement::createRenderer(const RenderStyle&) |
{ |
return new RenderBlockFlow(this); |
} |