| Index: Source/WebCore/editing/Editor.h
|
| diff --git a/Source/WebCore/editing/Editor.h b/Source/WebCore/editing/Editor.h
|
| index 2d60a22eb7f3fa0504c32ab6520e1452b8da5e28..8abbfd6a610c34e78274f6641cc7a4abdf7040fb 100644
|
| --- a/Source/WebCore/editing/Editor.h
|
| +++ b/Source/WebCore/editing/Editor.h
|
| @@ -207,10 +207,6 @@ public:
|
| bool insertTextWithoutSendingTextEvent(const String&, bool selectInsertedText, TextEvent* triggeringEvent);
|
| bool insertLineBreak();
|
| bool insertParagraphSeparator();
|
| -
|
| -#if PLATFORM(MAC)
|
| - bool insertParagraphSeparatorInQuotedContent();
|
| -#endif
|
|
|
| bool isContinuousSpellCheckingEnabled() const;
|
| void toggleContinuousSpellChecking();
|
|
|