| Index: Source/core/inspector/DOMPatchSupport.cpp
|
| diff --git a/Source/core/inspector/DOMPatchSupport.cpp b/Source/core/inspector/DOMPatchSupport.cpp
|
| index 3a82b89a14da88a77d48952a7bcca473e66594cf..f03c4ac5fc0c73d022032a43402f7119afce391c 100644
|
| --- a/Source/core/inspector/DOMPatchSupport.cpp
|
| +++ b/Source/core/inspector/DOMPatchSupport.cpp
|
| @@ -121,7 +121,7 @@ Node* DOMPatchSupport::patchNode(Node* node, const String& markup, ExceptionStat
|
| }
|
|
|
| Node* previousSibling = node->previousSibling();
|
| - RefPtr<DocumentFragment> fragment = DocumentFragment::create(m_document);
|
| + RefPtrWillBeRawPtr<DocumentFragment> fragment = DocumentFragment::create(m_document);
|
| Node* targetNode = node->parentElementOrShadowRoot() ? node->parentElementOrShadowRoot() : m_document.documentElement();
|
|
|
| // Use the document BODY as the context element when editing immediate shadow root children,
|
|
|