| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| index efbb59704c4595360a84f20b93b6a493cb5e8941..ddf8aa5e865bcfba0c04f2271985e85a81f6b3a1 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| @@ -331,7 +331,7 @@ void LayoutSVGText::layout()
|
|
|
| if (!everHadLayout()) {
|
| // When laying out initially, collect all layout attributes, build the character data map,
|
| - // and propogate resulting SVGLayoutAttributes to all LayoutSVGInlineText children in the subtree.
|
| + // and propagate resulting SVGLayoutAttributes to all LayoutSVGInlineText children in the subtree.
|
| ASSERT(m_layoutAttributes.isEmpty());
|
| collectLayoutAttributes(this, m_layoutAttributes);
|
| updateFontInAllDescendants(this);
|
|
|