Index: Source/WebCore/editing/FrameSelection.h |
=================================================================== |
--- Source/WebCore/editing/FrameSelection.h (revision 96732) |
+++ Source/WebCore/editing/FrameSelection.h (working copy) |
@@ -115,6 +115,7 @@ |
CloseTyping = 1 << 1, |
ClearTypingStyle = 1 << 2, |
SpellCorrectionTriggered = 1 << 3, |
+ DoNotSetFocus = 1 << 4, |
}; |
typedef unsigned SetSelectionOptions; // Union of values in SetSelectionOption and EUserTriggered |
static inline EUserTriggered selectionOptionsToUserTriggered(SetSelectionOptions options) |