Changeset 150236 in webkit


Ignore:
Timestamp:
May 16, 2013 8:17:23 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Missing UNUSED_PARAM macro for textPosition argument in WebKitAccessibleInterfaceText
https://bugs.webkit.org/show_bug.cgi?id=116230

Patch by Eduardo Lima Mitev <elima@igalia.com> on 2013-05-16
Reviewed by Chris Fleizach.

No new functionality, no new tests.

  • accessibility/atk/WebKitAccessibleInterfaceText.cpp:

(webkitAccessibleTextGetTextForOffset): List textPosition argument as
unused parameter for all platforms except GTK.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r150234 r150236  
     12013-05-16  Eduardo Lima Mitev  <elima@igalia.com>
     2
     3        Missing UNUSED_PARAM macro for textPosition argument in WebKitAccessibleInterfaceText
     4        https://bugs.webkit.org/show_bug.cgi?id=116230
     5
     6        Reviewed by Chris Fleizach.
     7
     8        No new functionality, no new tests.
     9
     10        * accessibility/atk/WebKitAccessibleInterfaceText.cpp:
     11        (webkitAccessibleTextGetTextForOffset): List textPosition argument as
     12        unused parameter for all platforms except GTK.
     13
    1142013-05-16  Jaehun Lim  <ljaehun.lim@samsung.com>
    215
  • trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.cpp

    r148921 r150236  
    604604    UNUSED_PARAM(offset);
    605605    UNUSED_PARAM(boundaryType);
     606    UNUSED_PARAM(textPosition);
    606607    UNUSED_PARAM(startOffset);
    607608    UNUSED_PARAM(endOffset);
Note: See TracChangeset for help on using the changeset viewer.