Index: Source/core/svg/SVGElement.cpp |
diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp |
index d31048322bb175638c25857f7d9986a3c78131ac..4c661a32e7750bc169ba188f681a65566d43e2de 100644 |
--- a/Source/core/svg/SVGElement.cpp |
+++ b/Source/core/svg/SVGElement.cpp |
@@ -447,7 +447,7 @@ SVGSVGElement* SVGElement::ownerSVGElement() const |
SVGElement* SVGElement::viewportElement() const |
{ |
- // This function needs shadow tree support - as RenderSVGContainer uses this function |
+ // This function needs shadow tree support - as LayoutSVGContainer uses this function |
// to determine the "overflow" property. <use> on <symbol> wouldn't work otherwhise. |
ContainerNode* n = parentOrShadowHostNode(); |
while (n) { |