| 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 e6d5b560b94921f4445a0abc2f1add69c17a53f4..446614239e136245e44a262d266a905ae0a9f744 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);
|
|
|
| {
|
|
|