diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/glue/localized_strings.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/localized_strings.cc b/webkit/glue/localized_strings.cc index 38c7b84..ffdf125 100644 --- a/webkit/glue/localized_strings.cc +++ b/webkit/glue/localized_strings.cc @@ -188,3 +188,6 @@ String WebCore::contextMenuItemTagLeftToRight() { return String(); } String WebCore::contextMenuItemTagRightToLeft() { return String(); } String WebCore::contextMenuItemTagInspectElement() { return String(); } String WebCore::contextMenuItemTagShowSpellingPanel(bool show) { return String(); } +// TODO(scherkus): These should return something. +String WebCore::mediaElementLiveBroadcastStateText() { return String(); } +String WebCore::mediaElementLoadingStateText() { return String(); } |