summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/TextEventInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/TextEventInputType.h')
-rw-r--r--Source/WebCore/dom/TextEventInputType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/dom/TextEventInputType.h b/Source/WebCore/dom/TextEventInputType.h
index 2522ec4..f5a05eb 100644
--- a/Source/WebCore/dom/TextEventInputType.h
+++ b/Source/WebCore/dom/TextEventInputType.h
@@ -31,6 +31,7 @@ namespace WebCore {
enum TextEventInputType {
TextEventInputKeyboard, // any newline characters in the text are line breaks only, not paragraph separators.
TextEventInputLineBreak, // any tab characters in the text are backtabs.
+ TextEventInputComposition,
TextEventInputBackTab,
TextEventInputPaste,
TextEventInputDrop,