Title: [154247] trunk/Source/WebCore
Revision
154247
Author
[email protected]
Date
2013-08-18 07:16:05 -0700 (Sun, 18 Aug 2013)

Log Message

[EFL] minor method name fix for the textTrackOffMenuItemText method
https://bugs.webkit.org/show_bug.cgi?id=119978

the method textTrackOffMenuItemText was renamed in
https://bugs.webkit.org/show_bug.cgi?id=113822

Patch by Danilo Cesar Lemes de Paula <[email protected]> on 2013-08-18
Reviewed by Christophe Dumez.

* platform/efl/LocalizedStringsEfl.cpp:
(WebCore::textTrackOffMenuItemText):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (154246 => 154247)


--- trunk/Source/WebCore/ChangeLog	2013-08-18 11:06:35 UTC (rev 154246)
+++ trunk/Source/WebCore/ChangeLog	2013-08-18 14:16:05 UTC (rev 154247)
@@ -1,3 +1,16 @@
+2013-08-18  Danilo Cesar Lemes de Paula  <[email protected]>
+
+        [EFL] minor method name fix for the textTrackOffMenuItemText method
+        https://bugs.webkit.org/show_bug.cgi?id=119978
+
+        the method textTrackOffMenuItemText was renamed in
+        https://bugs.webkit.org/show_bug.cgi?id=113822
+
+        Reviewed by Christophe Dumez.
+
+        * platform/efl/LocalizedStringsEfl.cpp:
+        (WebCore::textTrackOffMenuItemText):
+
 2013-08-17  Antti Koivisto  <[email protected]>
 
         <https://webkit.org/b/119963> Use TextNodeTraversal for getting sheet text in StyleElement

Modified: trunk/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp (154246 => 154247)


--- trunk/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp	2013-08-18 11:06:35 UTC (rev 154246)
+++ trunk/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp	2013-08-18 14:16:05 UTC (rev 154247)
@@ -630,7 +630,7 @@
     return String::fromUTF8("Subtitles");
 }
 
-String textTrackOffText()
+String textTrackOffMenuItemText()
 {
     return String::fromUTF8("Off");
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to