diff options
Diffstat (limited to 'Source/WebKit2/Shared/WebFindOptions.h')
-rw-r--r-- | Source/WebKit2/Shared/WebFindOptions.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebKit2/Shared/WebFindOptions.h b/Source/WebKit2/Shared/WebFindOptions.h index 272b3d7d7..bda7c334f 100644 --- a/Source/WebKit2/Shared/WebFindOptions.h +++ b/Source/WebKit2/Shared/WebFindOptions.h @@ -36,7 +36,8 @@ enum FindOptions { FindOptionsWrapAround = 1 << 4, FindOptionsShowOverlay = 1 << 5, FindOptionsShowFindIndicator = 1 << 6, - FindOptionsShowHighlight = 1 << 7 + FindOptionsShowHighlight = 1 << 7, + FindOptionsDetermineMatchIndex = 1 << 8, }; } // namespace WebKit |