Changeset 244110 in webkit
- Timestamp:
- Apr 10, 2019, 4:08:40 AM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebKitTestRunner/InjectedBundle/wpe/AccessibilityUIElementWPE.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r244106 r244110 1 2019-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 1 11 2019-04-10 Takashi Komori <Takashi.Komori@sony.com> 2 12 -
trunk/Tools/WebKitTestRunner/InjectedBundle/wpe/AccessibilityUIElementWPE.cpp
r240219 r244110 973 973 } 974 974 975 bool AccessibilityUIElement::replaceTextInRange(JSStringRef, int, int) 976 { 977 notImplemented(); 978 return false; 979 } 980 975 981 } // namespace WTF 976 982
Note:
See TracChangeset
for help on using the changeset viewer.