Changeset 176742 in webkit
- Timestamp:
- Dec 3, 2014, 12:35:47 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
r176741 r176742 1 2014-12-03 Dana Burkart <dburkart@apple.com> 2 3 Merge r176689. <rdar://problem/18944696> 4 5 2014-12-02 Beth Dakin <bdakin@apple.com> 6 7 Speculative build fix. 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
r176741 r176742 24 24 */ 25 25 26 #if USE(APPLE_INTERNAL_SDK)26 #if __has_include(<QuickLookUI/QLPreviewMenuItem.h>) 27 27 28 28 #import <QuickLookUI/QLPreviewItem.h>
Note:
See TracChangeset
for help on using the changeset viewer.