| Index: third_party/WebKit/Source/core/svg/SVGTitleElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTitleElement.cpp b/third_party/WebKit/Source/core/svg/SVGTitleElement.cpp
|
| index f825bd4f2962ec716f6e107142f0e488931940ff..863d0b12f16f841c828f29b91c5496bdfa833c54 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTitleElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTitleElement.cpp
|
| @@ -65,7 +65,7 @@ void SVGTitleElement::setText(const String& value)
|
|
|
| {
|
| // Avoid calling Document::setTitleElement() during intermediate steps.
|
| - TemporaryChange<bool> inhibitTitleUpdateScope(m_ignoreTitleUpdatesWhenChildrenChange, !value.isEmpty());
|
| + TemporaryChange<bool> inhibitTitleUpdateScope(&m_ignoreTitleUpdatesWhenChildrenChange, !value.isEmpty());
|
| removeChildren(OmitSubtreeModifiedEvent);
|
| }
|
|
|
|
|