Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp |
index 4ee1f830fdf92f645ca0e855d7ad9052f9e6453f..a3fafe63669ed8cd369c6e688fd1bf452619ab10 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp |
@@ -69,7 +69,7 @@ void LayoutSVGInlineText::setTextInternal(PassRefPtr<StringImpl> text) |
{ |
LayoutText::setTextInternal(text); |
if (LayoutSVGText* textLayoutObject = LayoutSVGText::locateLayoutSVGTextAncestor(this)) |
- textLayoutObject->subtreeTextDidChange(this); |
+ textLayoutObject->subtreeTextDidChange(); |
} |
void LayoutSVGInlineText::styleDidChange(StyleDifference diff, const ComputedStyle* oldStyle) |