| 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 ebe19d2f210901b33c7ce558b534d37f1fc82bf7..fb14fed5ec2747e71b8241421865068bcba5dc8f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTitleElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTitleElement.cpp
|
| @@ -61,7 +61,7 @@ void SVGTitleElement::childrenChanged(const ChildrenChange& change)
|
|
|
| void SVGTitleElement::setText(const String& value)
|
| {
|
| - RefPtrWillBeRawPtr<Node> protectFromMutationEvents(this);
|
| + RawPtr<Node> protectFromMutationEvents(this);
|
| ChildListMutationScope mutation(*this);
|
|
|
| {
|
|
|