summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/WebCoreSupport/WebViewFactory.mm
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/WebCoreSupport/WebViewFactory.mm')
-rw-r--r--WebKit/mac/WebCoreSupport/WebViewFactory.mm10
1 files changed, 10 insertions, 0 deletions
diff --git a/WebKit/mac/WebCoreSupport/WebViewFactory.mm b/WebKit/mac/WebCoreSupport/WebViewFactory.mm
index 99729dc..2607f18 100644
--- a/WebKit/mac/WebCoreSupport/WebViewFactory.mm
+++ b/WebKit/mac/WebCoreSupport/WebViewFactory.mm
@@ -630,6 +630,16 @@
return UI_STRING("jump", "Verb stating the action that will occur when a link is clicked, as used by accessibility");
}
+- (NSString *)AXMenuListPopupActionVerb
+{
+ return nil;
+}
+
+- (NSString *)AXMenuListActionVerb
+{
+ return nil;
+}
+
- (NSString *)multipleFileUploadTextForNumberOfFiles:(unsigned)numberOfFiles
{
return [NSString stringWithFormat:UI_STRING("%d files", "Label to describe the number of files selected in a file upload control that allows multiple files"), numberOfFiles];