Changeset 246131 in webkit
- Timestamp:
- Jun 5, 2019, 3:53:11 PM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/ios/WebItemProviderPasteboard.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r246129 r246131 1 2019-06-05 Alex Christensen <achristensen@webkit.org> 2 3 Revert part of r246126 4 https://bugs.webkit.org/show_bug.cgi?id=197132 5 6 * platform/ios/WebItemProviderPasteboard.h: 7 This change broke an internal build, so I'm reverting it. 8 1 9 2019-06-05 Daniel Bates <dabates@apple.com> 2 10 -
trunk/Source/WebCore/platform/ios/WebItemProviderPasteboard.h
r246126 r246131 24 24 */ 25 25 26 #import <WebCore/AbstractPasteboard.h> 27 26 28 #if TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000 27 28 #import <WebCore/AbstractPasteboard.h>29 29 30 30 struct CGSize;
Note:
See TracChangeset
for help on using the changeset viewer.