Changeset 154247 in webkit


Ignore:
Timestamp:
Aug 18, 2013 7:16:05 AM (11 years ago)
Author:
commit-queue@webkit.org
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 <danilo.cesar@collabora.co.uk> on 2013-08-18
Reviewed by Christophe Dumez.

  • platform/efl/LocalizedStringsEfl.cpp:

(WebCore::textTrackOffMenuItemText):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r154242 r154247  
     12013-08-18  Danilo Cesar Lemes de Paula  <danilo.cesar@collabora.co.uk>
     2
     3        [EFL] minor method name fix for the textTrackOffMenuItemText method
     4        https://bugs.webkit.org/show_bug.cgi?id=119978
     5
     6        the method textTrackOffMenuItemText was renamed in
     7        https://bugs.webkit.org/show_bug.cgi?id=113822
     8
     9        Reviewed by Christophe Dumez.
     10
     11        * platform/efl/LocalizedStringsEfl.cpp:
     12        (WebCore::textTrackOffMenuItemText):
     13
    1142013-08-17  Antti Koivisto  <antti@apple.com>
    215
  • trunk/Source/WebCore/platform/efl/LocalizedStringsEfl.cpp

    r152117 r154247  
    631631}
    632632
    633 String textTrackOffText()
     633String textTrackOffMenuItemText()
    634634{
    635635    return String::fromUTF8("Off");
Note: See TracChangeset for help on using the changeset viewer.