Changeset 260757 in webkit
- Timestamp:
- Apr 27, 2020, 8:54:00 AM (6 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r260754 r260757 1 2020-04-27 Darin Adler <darin@apple.com> 2 3 Fix ENABLE(PLATFORM_DRIVEN_TEXT_CHECKING) build 4 5 * WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.h: 6 Change "class AttributedString" to "struct AttributedString". 7 1 8 2020-04-27 Philippe Normand <pnormand@igalia.com> 2 9 -
trunk/Source/WebKit/WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.h
r260739 r260757 39 39 40 40 namespace WebCore { 41 class AttributedString;42 41 class VisiblePosition; 42 struct AttributedString; 43 43 } 44 44
Note:
See TracChangeset
for help on using the changeset viewer.