| Index: Source/core/editing/Editor.h
|
| diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h
|
| index 64bf2157ea1cdf9a2098dc8450c5037061664a2f..9a7beecefffb41160cf0415dbe0c459286faae93 100644
|
| --- a/Source/core/editing/Editor.h
|
| +++ b/Source/core/editing/Editor.h
|
| @@ -195,7 +195,7 @@ public:
|
|
|
| void addToKillRing(Range*, bool prepend);
|
|
|
| - void pasteAsFragment(PassRefPtr<DocumentFragment>, bool smartReplace, bool matchStyle);
|
| + void pasteAsFragment(PassRefPtrWillBeRawPtr<DocumentFragment>, bool smartReplace, bool matchStyle);
|
| void pasteAsPlainText(const String&, bool smartReplace);
|
|
|
| Node* findEventTargetFrom(const VisibleSelection&) const;
|
| @@ -218,7 +218,7 @@ public:
|
| bool markedTextMatchesAreHighlighted() const;
|
| void setMarkedTextMatchesAreHighlighted(bool);
|
|
|
| - void replaceSelectionWithFragment(PassRefPtr<DocumentFragment>, bool selectReplacement, bool smartReplace, bool matchStyle);
|
| + void replaceSelectionWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment>, bool selectReplacement, bool smartReplace, bool matchStyle);
|
| void replaceSelectionWithText(const String&, bool selectReplacement, bool smartReplace);
|
|
|
| EditorParagraphSeparator defaultParagraphSeparator() const { return m_defaultParagraphSeparator; }
|
|
|