Changeset 244066 in webkit
- Timestamp:
- Apr 8, 2019, 6:54:24 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebKitTestRunner/InjectedBundle/win/AccessibilityUIElementWin.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r244065 r244066 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 * WebKitTestRunner/InjectedBundle/win/AccessibilityUIElementWin.cpp: 9 (WTR::AccessibilityUIElement::replaceTextInRange): Added. 10 1 11 2019-04-08 Don Olmstead <don.olmstead@sony.com> 2 12 -
trunk/Tools/WebKitTestRunner/InjectedBundle/win/AccessibilityUIElementWin.cpp
r240219 r244066 980 980 } 981 981 982 bool AccessibilityUIElement::replaceTextInRange(JSStringRef, int, int) 983 { 984 notImplemented(); 985 return false; 986 } 987 982 988 } // namespace WTF 983 989
Note:
See TracChangeset
for help on using the changeset viewer.