diff options
Diffstat (limited to 'WebKit/qt/WebCoreSupport/WebPlatformStrategies.h')
-rw-r--r-- | WebKit/qt/WebCoreSupport/WebPlatformStrategies.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/qt/WebCoreSupport/WebPlatformStrategies.h b/WebKit/qt/WebCoreSupport/WebPlatformStrategies.h index ea366e0..5f72f46 100644 --- a/WebKit/qt/WebCoreSupport/WebPlatformStrategies.h +++ b/WebKit/qt/WebCoreSupport/WebPlatformStrategies.h @@ -74,6 +74,7 @@ private: virtual WTF::String contextMenuItemTagReload(); virtual WTF::String contextMenuItemTagCut(); virtual WTF::String contextMenuItemTagPaste(); + virtual WTF::String contextMenuItemTagSelectAll(); virtual WTF::String contextMenuItemTagNoGuessesFound(); virtual WTF::String contextMenuItemTagIgnoreSpelling(); virtual WTF::String contextMenuItemTagLearnSpelling(); |