| Index: Source/core/layout/svg/LayoutSVGForeignObject.cpp
|
| diff --git a/Source/core/layout/svg/LayoutSVGForeignObject.cpp b/Source/core/layout/svg/LayoutSVGForeignObject.cpp
|
| index 9d7c72e2b5ad21dce090b2f4855da6317d1076fe..09ac95ff0b77b1f40fbb3c20f055307e188ad3bb 100644
|
| --- a/Source/core/layout/svg/LayoutSVGForeignObject.cpp
|
| +++ b/Source/core/layout/svg/LayoutSVGForeignObject.cpp
|
| @@ -99,7 +99,7 @@ void LayoutSVGForeignObject::layout()
|
| updateCachedBoundariesInParents = oldViewport != m_viewport;
|
|
|
| // Set box origin to the foreignObject x/y translation, so positioned objects in XHTML content get correct
|
| - // positions. A regular RenderBoxModelObject would pull this information from LayoutStyle - in SVG those
|
| + // positions. A regular LayoutBoxModelObject would pull this information from LayoutStyle - in SVG those
|
| // properties are ignored for non <svg> elements, so we mimic what happens when specifying them through CSS.
|
|
|
| // FIXME: Investigate in location rounding issues - only affects LayoutSVGForeignObject & LayoutSVGText
|
|
|