Title: [155190] trunk/Source/WebCore
- Revision
- 155190
- Author
- [email protected]
- Date
- 2013-09-06 09:12:33 -0700 (Fri, 06 Sep 2013)
Log Message
[Qt][BlackBerry] Text track localized string functions are named wrong
https://bugs.webkit.org/show_bug.cgi?id=120788
Patch by Brendan Long <[email protected]> on 2013-09-06
Reviewed by Philippe Normand.
This renames textTrackOffText() to textTrackOffMenuItemText(), and
adds textTrackAutomaticMenuItemText(), to make them match the
definitions in LocalizedStrings.h.
* platform/blackberry/LocalizedStringsBlackBerry.cpp:
* platform/qt/LocalizedStringsQt.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (155189 => 155190)
--- trunk/Source/WebCore/ChangeLog 2013-09-06 16:03:22 UTC (rev 155189)
+++ trunk/Source/WebCore/ChangeLog 2013-09-06 16:12:33 UTC (rev 155190)
@@ -1,3 +1,17 @@
+2013-09-06 Brendan Long <[email protected]>
+
+ [Qt][BlackBerry] Text track localized string functions are named wrong
+ https://bugs.webkit.org/show_bug.cgi?id=120788
+
+ Reviewed by Philippe Normand.
+
+ This renames textTrackOffText() to textTrackOffMenuItemText(), and
+ adds textTrackAutomaticMenuItemText(), to make them match the
+ definitions in LocalizedStrings.h.
+
+ * platform/blackberry/LocalizedStringsBlackBerry.cpp:
+ * platform/qt/LocalizedStringsQt.cpp:
+
2013-09-06 Allan Sandfeld Jensen <[email protected]>
[Qt][WK2] Cached credentials not cleared between tests
Modified: trunk/Source/WebCore/platform/blackberry/LocalizedStringsBlackBerry.cpp (155189 => 155190)
--- trunk/Source/WebCore/platform/blackberry/LocalizedStringsBlackBerry.cpp 2013-09-06 16:03:22 UTC (rev 155189)
+++ trunk/Source/WebCore/platform/blackberry/LocalizedStringsBlackBerry.cpp 2013-09-06 16:12:33 UTC (rev 155190)
@@ -393,12 +393,18 @@
return String();
}
-String textTrackOffText()
+String textTrackOffMenuItemText()
{
notImplemented();
return String();
}
+String textTrackAutomaticMenuItemText()
+{
+ notImplemented();
+ return String();
+}
+
String textTrackNoLabelText()
{
notImplemented();
Modified: trunk/Source/WebCore/platform/qt/LocalizedStringsQt.cpp (155189 => 155190)
--- trunk/Source/WebCore/platform/qt/LocalizedStringsQt.cpp 2013-09-06 16:03:22 UTC (rev 155189)
+++ trunk/Source/WebCore/platform/qt/LocalizedStringsQt.cpp 2013-09-06 16:12:33 UTC (rev 155190)
@@ -762,12 +762,18 @@
return String();
}
-String textTrackOffText()
+String textTrackOffMenuItemText()
{
notImplemented();
return String();
}
+String textTrackAutomaticMenuItemText()
+{
+ notImplemented();
+ return String();
+}
+
String textTrackNoLabelText()
{
notImplemented();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes