Changeset 241327 in webkit
- Timestamp:
- Feb 12, 2019, 4:19:04 PM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r241322 r241327 1 2019-02-12 Wenson Hsieh <wenson_hsieh@apple.com> 2 3 Unreviewed, try to fix the internal iOS build after r241321 4 5 * accessibility/mac/WebAccessibilityObjectWrapperBase.mm: 6 1 7 2019-02-12 Wenson Hsieh <wenson_hsieh@apple.com> 2 8 -
trunk/Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperBase.mm
r241321 r241327 70 70 #import "WAKWindow.h" 71 71 #import "WebCoreFrameView.h" 72 73 #if PLATFORM(MAC) 72 74 #import <pal/spi/mac/HIServicesSPI.h> 75 #endif 73 76 74 77 using namespace WebCore;
Note:
See TracChangeset
for help on using the changeset viewer.