Chromium Code Reviews| Index: Source/core/editing/Editor.h |
| diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h |
| index 28d45d5684b2d88b6740b1cc50875c92e2588878..e4f579ec803d0acb195a76a8ade9864a489c680f 100644 |
| --- a/Source/core/editing/Editor.h |
| +++ b/Source/core/editing/Editor.h |
| @@ -168,6 +168,7 @@ public: |
| void undo(); |
| bool canRedo(); |
| void redo(); |
| + void clearUndoStack(); |
| void setBaseWritingDirection(WritingDirection); |