| Index: trunk/Source/core/dom/shadow/ShadowRoot.cpp
|
| ===================================================================
|
| --- trunk/Source/core/dom/shadow/ShadowRoot.cpp (revision 174395)
|
| +++ trunk/Source/core/dom/shadow/ShadowRoot.cpp (working copy)
|
| @@ -126,7 +126,7 @@
|
| return;
|
| }
|
|
|
| - if (RefPtrWillBeRawPtr<DocumentFragment> fragment = createFragmentForInnerOuterHTML(markup, host(), AllowScriptingContent, "innerHTML", exceptionState))
|
| + if (RefPtr<DocumentFragment> fragment = createFragmentForInnerOuterHTML(markup, host(), AllowScriptingContent, "innerHTML", exceptionState))
|
| replaceChildrenWithFragment(this, fragment.release(), exceptionState);
|
| }
|
|
|
|
|