summaryrefslogtreecommitdiffstats
path: root/webkit/glue/localized_strings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/localized_strings.cc')
-rw-r--r--webkit/glue/localized_strings.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/localized_strings.cc b/webkit/glue/localized_strings.cc
index cc3053f..5b4e277 100644
--- a/webkit/glue/localized_strings.cc
+++ b/webkit/glue/localized_strings.cc
@@ -183,6 +183,7 @@ String WebCore::contextMenuItemTagItalic() { return String(); }
String WebCore::contextMenuItemTagUnderline() { return String(); }
String WebCore::contextMenuItemTagOutline() { return String(); }
String WebCore::contextMenuItemTagWritingDirectionMenu() { return String(); }
+String WebCore::contextMenuItemTagTextDirectionMenu() { return String(); }
String WebCore::contextMenuItemTagDefaultDirection() { return String(); }
String WebCore::contextMenuItemTagLeftToRight() { return String(); }
String WebCore::contextMenuItemTagRightToLeft() { return String(); }