| Index: trunk/Source/core/inspector/DOMPatchSupport.cpp
|
| ===================================================================
|
| --- trunk/Source/core/inspector/DOMPatchSupport.cpp (revision 174395)
|
| +++ trunk/Source/core/inspector/DOMPatchSupport.cpp (working copy)
|
| @@ -121,7 +121,7 @@
|
| }
|
|
|
| Node* previousSibling = node->previousSibling();
|
| - RefPtrWillBeRawPtr<DocumentFragment> fragment = DocumentFragment::create(m_document);
|
| + RefPtr<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,
|
|
|