⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 244062 in webkit


Ignore:
Timestamp:
Apr 8, 2019, 6:26:23 PM (7 years ago)
Author:
Fujii Hironori
Message:

AX: Support API: accessibilityReplaceRange:withText
https://bugs.webkit.org/show_bug.cgi?id=196636

Unreviewed build fix for Windows port.

  • DumpRenderTree/AccessibilityUIElement.cpp:

(AccessibilityUIElement::replaceTextInRange): Changed the return value type from void to bool.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r244060 r244062  
     12019-04-08  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        AX: Support API: accessibilityReplaceRange:withText
     4        https://bugs.webkit.org/show_bug.cgi?id=196636
     5
     6        Unreviewed build fix for Windows port.
     7
     8        * DumpRenderTree/AccessibilityUIElement.cpp:
     9        (AccessibilityUIElement::replaceTextInRange): Changed the return value type from void to bool.
     10
    1112019-04-08  Aakash Jain  <aakash_jain@apple.com>
    212
  • trunk/Tools/DumpRenderTree/AccessibilityUIElement.cpp

    r244059 r244062  
    16221622}
    16231623
    1624 void AccessibilityUIElement::replaceTextInRange(JSStringRef, int, int)
     1624bool AccessibilityUIElement::replaceTextInRange(JSStringRef, int, int)
    16251625{
    16261626    return false;
Note: See TracChangeset for help on using the changeset viewer.