| Index: Source/core/layout/svg/LayoutSVGRoot.cpp
|
| diff --git a/Source/core/layout/svg/LayoutSVGRoot.cpp b/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| index 42fe1bae450742ad836357e1e7e50575128d50dd..6d7243cdecb20be128bff3e2a70bd89d039cdd7d 100644
|
| --- a/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| +++ b/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| @@ -293,7 +293,7 @@ void LayoutSVGRoot::willBeRemovedFromTree()
|
| LayoutReplaced::willBeRemovedFromTree();
|
| }
|
|
|
| -// RenderBox methods will expect coordinates w/o any transforms in coordinates
|
| +// LayoutBox methods will expect coordinates w/o any transforms in coordinates
|
| // relative to our borderBox origin. This method gives us exactly that.
|
| void LayoutSVGRoot::buildLocalToBorderBoxTransform()
|
| {
|
|
|