Title: [218352] trunk/Source/WebCore
- Revision
- 218352
- Author
- jbed...@apple.com
- Date
- 2017-06-15 13:15:23 -0700 (Thu, 15 Jun 2017)
Log Message
Unreviewed build fix after r218336
* platform/spi/cocoa/PassKitSPI.h: Add missing #ifdefs for Internal builds.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (218351 => 218352)
--- trunk/Source/WebCore/ChangeLog 2017-06-15 20:08:07 UTC (rev 218351)
+++ trunk/Source/WebCore/ChangeLog 2017-06-15 20:15:23 UTC (rev 218352)
@@ -1,3 +1,9 @@
+2017-06-15 Jonathan Bedard <jbed...@apple.com>
+
+ Unreviewed build fix after r218336
+
+ * platform/spi/cocoa/PassKitSPI.h: Add missing #ifdefs for Internal builds.
+
2017-06-15 Antoine Quint <grao...@apple.com>
Ensure we only log changes to the ScriptedAnimationController suspended state in debug builds
Modified: trunk/Source/WebCore/platform/spi/cocoa/PassKitSPI.h (218351 => 218352)
--- trunk/Source/WebCore/platform/spi/cocoa/PassKitSPI.h 2017-06-15 20:08:07 UTC (rev 218351)
+++ trunk/Source/WebCore/platform/spi/cocoa/PassKitSPI.h 2017-06-15 20:15:23 UTC (rev 218352)
@@ -260,7 +260,7 @@
};
#endif
-#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101300
+#if PLATFORM(MAC) && !USE(APPLE_INTERNAL_SDK) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101300
NS_ASSUME_NONNULL_BEGIN
@@ -299,8 +299,11 @@
@property (nonatomic, strong) NSString *sourceApplicationSecondaryIdentifier;
@property (nonatomic, strong) NSString *CTDataConnectionServiceType;
+#if !USE(APPLE_INTERNAL_SDK)
- (void)setRequiredShippingContactFields:(nonnull NSSet *)contactInformation;
- (void)setRequiredBillingContactFields:(nonnull NSSet *)contactInformation;
+#endif
+
@end
NS_ASSUME_NONNULL_END
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes