Chromium Code Reviews| Index: Source/core/editing/Editor.h |
| diff --git a/Source/core/editing/Editor.h b/Source/core/editing/Editor.h |
| index a47379015867b812777a3577f300b9257b00d05e..eebeb4a0a1eac260d91ef2fd7eab1fdfc7f2ba86 100644 |
| --- a/Source/core/editing/Editor.h |
| +++ b/Source/core/editing/Editor.h |
| @@ -97,6 +97,7 @@ public: |
| void pasteAsPlainText(); |
| void performDelete(); |
| + static void countEvent(ExecutionContext*, const Event*); |
| void copyImage(const HitTestResult&); |
| void indent(); |