Index: Source/core/layout/svg/LayoutSVGResourceMarker.cpp |
diff --git a/Source/core/layout/svg/LayoutSVGResourceMarker.cpp b/Source/core/layout/svg/LayoutSVGResourceMarker.cpp |
index 0308153dfd894c918f1ea060792ad1ede25e0290..abe14b6c7f91eb1623913d6d5f0428f661ce8844 100644 |
--- a/Source/core/layout/svg/LayoutSVGResourceMarker.cpp |
+++ b/Source/core/layout/svg/LayoutSVGResourceMarker.cpp |
@@ -45,7 +45,7 @@ void LayoutSVGResourceMarker::layout() |
TemporaryChange<bool> inLayoutChange(m_isInLayout, true); |
- // RenderSVGHiddenContainer overwrites layout(). We need the |
+ // LayoutSVGHiddenContainer overwrites layout(). We need the |
// layouting of LayoutSVGContainer for calculating local |
// transformations and paint invalidation. |
LayoutSVGContainer::layout(); |