| Index: third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainterTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainterTest.cpp b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainterTest.cpp
|
| index 5c0aff267bb1bdfbb7e4fa1aedfd2b2bdd93c849..456a1443ee3dbff52412ec64f50d121c07e373cb 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainterTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainterTest.cpp
|
| @@ -27,7 +27,8 @@ namespace {
|
| class SVGInlineTextBoxPainterTest : public RenderingTest {
|
| public:
|
| const DrawingDisplayItem* getDrawingForSVGTextById(const char* elementName) {
|
| - // Look up the inline text box that serves as the display item client for the painted text.
|
| + // Look up the inline text box that serves as the display item client for
|
| + // the painted text.
|
| LayoutSVGText* targetSVGText = toLayoutSVGText(
|
| document().getElementById(AtomicString(elementName))->layoutObject());
|
| LayoutSVGInlineText* targetInlineText =
|
|
|