| Index: webkit/glue/localized_strings.cc
|
| ===================================================================
|
| --- webkit/glue/localized_strings.cc (revision 19826)
|
| +++ webkit/glue/localized_strings.cc (working copy)
|
| @@ -188,3 +188,6 @@
|
| 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(); }
|
|
|