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

Changeset 244110 in webkit


Ignore:
Timestamp:
Apr 10, 2019, 4:08:40 AM (7 years ago)
Author:
Philippe Normand
Message:

Unreviewed. Fix WPE accessibility tests after r244059.

We are failing to load the injected bundle due to undefined symbol
AccessibilityUIElement::replaceTextInRange().

  • WebKitTestRunner/InjectedBundle/wpe/AccessibilityUIElementWPE.cpp:

(WTR::AccessibilityUIElement::replaceTextInRange):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r244106 r244110  
     12019-04-10  Philippe Normand  <pnormand@igalia.com>
     2
     3        Unreviewed. Fix WPE accessibility tests after r244059.
     4
     5        We are failing to load the injected bundle due to undefined symbol
     6        AccessibilityUIElement::replaceTextInRange().
     7
     8        * WebKitTestRunner/InjectedBundle/wpe/AccessibilityUIElementWPE.cpp:
     9        (WTR::AccessibilityUIElement::replaceTextInRange):
     10
    1112019-04-10  Takashi Komori  <Takashi.Komori@sony.com>
    212
  • trunk/Tools/WebKitTestRunner/InjectedBundle/wpe/AccessibilityUIElementWPE.cpp

    r240219 r244110  
    973973}
    974974
     975bool AccessibilityUIElement::replaceTextInRange(JSStringRef, int, int)
     976{
     977    notImplemented();
     978    return false;
     979}
     980
    975981} // namespace  WTF
    976982
Note: See TracChangeset for help on using the changeset viewer.