| Index: trunk/Source/core/inspector/InspectorDOMAgent.cpp
|
| ===================================================================
|
| --- trunk/Source/core/inspector/InspectorDOMAgent.cpp (revision 174395)
|
| +++ trunk/Source/core/inspector/InspectorDOMAgent.cpp (working copy)
|
| @@ -670,7 +670,7 @@
|
| return;
|
|
|
| String markup = "<span " + text + "></span>";
|
| - RefPtrWillBeRawPtr<DocumentFragment> fragment = element->document().createDocumentFragment();
|
| + RefPtr<DocumentFragment> fragment = element->document().createDocumentFragment();
|
|
|
| bool shouldIgnoreCase = element->document().isHTMLDocument() && element->isHTMLElement();
|
| // Not all elements can represent the context (i.e. IFRAME), hence using document.body.
|
|
|