| Index: Source/core/html/HTMLScriptElement.cpp
|
| diff --git a/Source/core/html/HTMLScriptElement.cpp b/Source/core/html/HTMLScriptElement.cpp
|
| index aa63fe8aa24fddfd36b9a217d807c202a8792208..1a87d241975ded3146e2a6048bdce2448690c746 100644
|
| --- a/Source/core/html/HTMLScriptElement.cpp
|
| +++ b/Source/core/html/HTMLScriptElement.cpp
|
| @@ -92,7 +92,7 @@ void HTMLScriptElement::didNotifySubtreeInsertionsToDocument()
|
|
|
| void HTMLScriptElement::setText(const String &value)
|
| {
|
| - RefPtr<Node> protectFromMutationEvents(this);
|
| + RefPtrWillBeRawPtr<Node> protectFromMutationEvents(this);
|
|
|
| if (hasOneTextChild()) {
|
| toText(firstChild())->setData(value);
|
|
|