Index: Source/core/html/HTMLTitleElement.cpp |
diff --git a/Source/core/html/HTMLTitleElement.cpp b/Source/core/html/HTMLTitleElement.cpp |
index 1bfd7d26fc2990840b8fc7b05abc8465070f81df..ac5113b265a895d0b55d7a151f77bc4d0edab8a7 100644 |
--- a/Source/core/html/HTMLTitleElement.cpp |
+++ b/Source/core/html/HTMLTitleElement.cpp |
@@ -85,7 +85,7 @@ String HTMLTitleElement::text() const |
void HTMLTitleElement::setText(const String &value) |
{ |
- RefPtr<Node> protectFromMutationEvents(this); |
+ RefPtrWillBeRawPtr<Node> protectFromMutationEvents(this); |
ChildListMutationScope mutation(*this); |
// Avoid calling Document::setTitleElement() during intermediate steps. |