| Index: Source/core/html/HTMLTitleElement.cpp
|
| diff --git a/Source/core/html/HTMLTitleElement.cpp b/Source/core/html/HTMLTitleElement.cpp
|
| index faeda04db9efa6df1524fb345b410cb59a67a9a0..f5179d2e10c52e5982772edb2f0bce5742e20c35 100644
|
| --- a/Source/core/html/HTMLTitleElement.cpp
|
| +++ b/Source/core/html/HTMLTitleElement.cpp
|
| @@ -149,7 +149,7 @@ void HTMLTitleElement::setText(const String &value)
|
| if (numChildren > 0)
|
| removeChildren();
|
|
|
| - appendChild(document()->createTextNode(valueCopy.impl()), IGNORE_EXCEPTION);
|
| + appendChild(document()->createTextNode(valueCopy.impl()), IGNORE_EXCEPTION, DeprecatedAttachNow);
|
| }
|
| }
|
|
|
|
|