Title: [116710] trunk/Source/WebCore
- Revision
- 116710
- Author
- [email protected]
- Date
- 2012-05-10 17:19:57 -0700 (Thu, 10 May 2012)
Log Message
Well, at least fixing the GTK+ build is something!
* platform/gtk/LocalizedStringsGtk.cpp:
(WebCore::insecurePluginVersionText):
(WebCore):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (116709 => 116710)
--- trunk/Source/WebCore/ChangeLog 2012-05-11 00:07:46 UTC (rev 116709)
+++ trunk/Source/WebCore/ChangeLog 2012-05-11 00:19:57 UTC (rev 116710)
@@ -1,5 +1,13 @@
2012-05-10 Anders Carlsson <[email protected]>
+ Well, at least fixing the GTK+ build is something!
+
+ * platform/gtk/LocalizedStringsGtk.cpp:
+ (WebCore::insecurePluginVersionText):
+ (WebCore):
+
+2012-05-10 Anders Carlsson <[email protected]>
+
Add insecurePluginVersionText stubs.
* platform/blackberry/LocalizedStringsBlackBerry.cpp:
Modified: trunk/Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp (116709 => 116710)
--- trunk/Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp 2012-05-11 00:07:46 UTC (rev 116709)
+++ trunk/Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp 2012-05-11 00:19:57 UTC (rev 116710)
@@ -473,6 +473,12 @@
return String::fromUTF8(_("Plug-in Failure"));
}
+String insecurePluginVersionText()
+{
+ notImplemented();
+ return String();
+}
+
String multipleFileUploadText(unsigned numberOfFiles)
{
// FIXME: If this file gets localized, this should really be localized as one string with a wildcard for the number.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes