| Index: trunk/Source/core/editing/CompositeEditCommand.cpp
|
| ===================================================================
|
| --- trunk/Source/core/editing/CompositeEditCommand.cpp (revision 174395)
|
| +++ trunk/Source/core/editing/CompositeEditCommand.cpp (working copy)
|
| @@ -1189,7 +1189,7 @@
|
|
|
| // FIXME: This is an inefficient way to preserve style on nodes in the paragraph to move. It
|
| // shouldn't matter though, since moved paragraphs will usually be quite small.
|
| - RefPtrWillBeRawPtr<DocumentFragment> fragment = startOfParagraphToMove != endOfParagraphToMove ?
|
| + RefPtr<DocumentFragment> fragment = startOfParagraphToMove != endOfParagraphToMove ?
|
| createFragmentFromMarkup(document(), createMarkup(range.get(), 0, DoNotAnnotateForInterchange, true, DoNotResolveURLs, constrainingAncestor), "") : nullptr;
|
|
|
| // A non-empty paragraph's style is moved when we copy and move it. We don't move
|
|
|