| Index: trunk/Source/core/editing/Editor.h
|
| ===================================================================
|
| --- trunk/Source/core/editing/Editor.h (revision 174395)
|
| +++ trunk/Source/core/editing/Editor.h (working copy)
|
| @@ -195,7 +195,7 @@
|
|
|
| void addToKillRing(Range*, bool prepend);
|
|
|
| - void pasteAsFragment(PassRefPtrWillBeRawPtr<DocumentFragment>, bool smartReplace, bool matchStyle);
|
| + void pasteAsFragment(PassRefPtr<DocumentFragment>, bool smartReplace, bool matchStyle);
|
| void pasteAsPlainText(const String&, bool smartReplace);
|
|
|
| Node* findEventTargetFrom(const VisibleSelection&) const;
|
| @@ -218,7 +218,7 @@
|
| bool markedTextMatchesAreHighlighted() const;
|
| void setMarkedTextMatchesAreHighlighted(bool);
|
|
|
| - void replaceSelectionWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment>, bool selectReplacement, bool smartReplace, bool matchStyle);
|
| + void replaceSelectionWithFragment(PassRefPtr<DocumentFragment>, bool selectReplacement, bool smartReplace, bool matchStyle);
|
| void replaceSelectionWithText(const String&, bool selectReplacement, bool smartReplace);
|
|
|
| EditorParagraphSeparator defaultParagraphSeparator() const { return m_defaultParagraphSeparator; }
|
|
|