| Index: third_party/WebKit/Source/core/html/HTMLTitleElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTitleElement.cpp b/third_party/WebKit/Source/core/html/HTMLTitleElement.cpp
|
| index f6c05288d4ced6d4cfb471055d2514522052f919..0ab6a5390431730febdb4f8e716f6739658bdda2 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTitleElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTitleElement.cpp
|
| @@ -83,7 +83,7 @@ void HTMLTitleElement::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);
|
| }
|
|
|
|
|