Title: [206242] trunk/Source/WebCore
Revision
206242
Author
ander...@apple.com
Date
2016-09-21 16:20:01 -0700 (Wed, 21 Sep 2016)

Log Message

Fix open source build.

* platform/spi/cocoa/PassKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (206241 => 206242)


--- trunk/Source/WebCore/ChangeLog	2016-09-21 23:08:52 UTC (rev 206241)
+++ trunk/Source/WebCore/ChangeLog	2016-09-21 23:20:01 UTC (rev 206242)
@@ -1,3 +1,9 @@
+2016-09-21  Anders Carlsson  <ander...@apple.com>
+
+        Fix open source build.
+
+        * platform/spi/cocoa/PassKitSPI.h:
+
 2016-09-21  Chris Dumez  <cdu...@apple.com>
 
         Fix serialization of HTML Element attributes

Modified: trunk/Source/WebCore/platform/spi/cocoa/PassKitSPI.h (206241 => 206242)


--- trunk/Source/WebCore/platform/spi/cocoa/PassKitSPI.h	2016-09-21 23:08:52 UTC (rev 206241)
+++ trunk/Source/WebCore/platform/spi/cocoa/PassKitSPI.h	2016-09-21 23:20:01 UTC (rev 206242)
@@ -211,6 +211,9 @@
 - (void)paymentAuthorizationViewController:(PKPaymentAuthorizationViewController *)controller didRequestMerchantSession:(void(^)(PKPaymentMerchantSession *, NSError *))sessionBlock;
 @end
 
+@interface PKPassLibrary : NSObject
+@end
+
 NS_ASSUME_NONNULL_END
 
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to