Changeset 244062 in webkit
- Timestamp:
- Apr 8, 2019, 6:26:23 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
DumpRenderTree/AccessibilityUIElement.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r244060 r244062 1 2019-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 1 11 2019-04-08 Aakash Jain <aakash_jain@apple.com> 2 12 -
trunk/Tools/DumpRenderTree/AccessibilityUIElement.cpp
r244059 r244062 1622 1622 } 1623 1623 1624 voidAccessibilityUIElement::replaceTextInRange(JSStringRef, int, int)1624 bool AccessibilityUIElement::replaceTextInRange(JSStringRef, int, int) 1625 1625 { 1626 1626 return false;
Note:
See TracChangeset
for help on using the changeset viewer.