| 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 6c25d4ac03072959cd6340aa4c74a0e1601e1163..164fa84c6784c30a49e811943a98a0c4260c8634 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTitleElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTitleElement.cpp
|
| @@ -79,7 +79,7 @@ String HTMLTitleElement::text() const
|
|
|
| void HTMLTitleElement::setText(const String &value)
|
| {
|
| - RefPtrWillBeRawPtr<Node> protectFromMutationEvents(this);
|
| + RawPtr<Node> protectFromMutationEvents(this);
|
| ChildListMutationScope mutation(*this);
|
|
|
| // Avoid calling Document::setTitleElement() during intermediate steps.
|
|
|