Title: [206258] trunk/Source/WebCore
- Revision
- 206258
- Author
- [email protected]
- Date
- 2016-09-22 07:15:08 -0700 (Thu, 22 Sep 2016)
Log Message
Attempt to fix the open source iOS build.
* platform/spi/cocoa/PassKitSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (206257 => 206258)
--- trunk/Source/WebCore/ChangeLog 2016-09-22 12:43:55 UTC (rev 206257)
+++ trunk/Source/WebCore/ChangeLog 2016-09-22 14:15:08 UTC (rev 206258)
@@ -1,3 +1,9 @@
+2016-09-22 Anders Carlsson <[email protected]>
+
+ Attempt to fix the open source iOS build.
+
+ * platform/spi/cocoa/PassKitSPI.h:
+
2016-09-22 Olivier Blin <[email protected]>
[GStreamer] Support a direct GPU-to-GPU copy of video textures to WebGL
Modified: trunk/Source/WebCore/platform/spi/cocoa/PassKitSPI.h (206257 => 206258)
--- trunk/Source/WebCore/platform/spi/cocoa/PassKitSPI.h 2016-09-22 12:43:55 UTC (rev 206257)
+++ trunk/Source/WebCore/platform/spi/cocoa/PassKitSPI.h 2016-09-22 14:15:08 UTC (rev 206258)
@@ -187,6 +187,9 @@
- (void)paymentAuthorizationViewController:(PKPaymentAuthorizationViewController *)controller didSelectPaymentMethod:(PKPaymentMethod *)paymentMethod completion:(void (^)(NSArray<PKPaymentSummaryItem *> *summaryItems))completion;
@end
+@interface PKPassLibrary : NSObject
+@end
+
NS_ASSUME_NONNULL_END
#endif
@@ -211,9 +214,6 @@
- (void)paymentAuthorizationViewController:(PKPaymentAuthorizationViewController *)controller didRequestMerchantSession:(void(^)(PKPaymentMerchantSession *, NSError *))sessionBlock;
@end
-@interface PKPassLibrary : NSObject
-@end
-
NS_ASSUME_NONNULL_END
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes