| Index: third_party/WebKit/Source/core/editing/Editor.h
|
| diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h
|
| index dc631f14891633c9e29093b5f8250c8960c9ba1c..adb5dc4b84c36da36ab528a56b0ea43a8a71fcab 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.h
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.h
|
| @@ -225,6 +225,8 @@ public:
|
| EditorParagraphSeparator defaultParagraphSeparator() const { return m_defaultParagraphSeparator; }
|
| void setDefaultParagraphSeparator(EditorParagraphSeparator separator) { m_defaultParagraphSeparator = separator; }
|
|
|
| + static void tidyUpHTMLStructure(Document&);
|
| +
|
| class RevealSelectionScope {
|
| WTF_MAKE_NONCOPYABLE(RevealSelectionScope);
|
| STACK_ALLOCATED();
|
|
|