Changeset 176747 in webkit
- Timestamp:
- Dec 3, 2014, 12:36:54 PM (12 years ago)
- Location:
- branches/safari-600.3-branch/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/spi/mac/QuickLookMacSPI.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-600.3-branch/Source/WebCore/ChangeLog
r176745 r176747 1 2014-12-03 Dana Burkart <dburkart@apple.com> 2 3 Merge r176694. <rdar://problem/18944696> 4 5 2014-12-02 Beth Dakin <bdakin@apple.com> 6 7 More build fixing. 8 9 * platform/spi/mac/QuickLookMacSPI.h: 10 11 1 12 2014-12-03 Dana Burkart <dburkart@apple.com> 2 13 -
branches/safari-600.3-branch/Source/WebCore/platform/spi/mac/QuickLookMacSPI.h
r176742 r176747 24 24 */ 25 25 26 #import <QuickLookUI/QLPreviewItem.h> 27 26 28 #if __has_include(<QuickLookUI/QLPreviewMenuItem.h>) 27 29 28 #import <QuickLookUI/QLPreviewItem.h>29 30 #import <QuickLookUI/QLPreviewMenuItem.h> 30 31
Note:
See TracChangeset
for help on using the changeset viewer.