Title: [285539] trunk/Source/WebKit
Revision
285539
Author
drou...@apple.com
Date
2021-11-09 15:53:08 -0800 (Tue, 09 Nov 2021)

Log Message

Unreviewed internal build fix after r285444

* Platform/spi/Cocoa/AppleMediaServicesSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (285538 => 285539)


--- trunk/Source/WebKit/ChangeLog	2021-11-09 23:06:05 UTC (rev 285538)
+++ trunk/Source/WebKit/ChangeLog	2021-11-09 23:53:08 UTC (rev 285539)
@@ -1,3 +1,9 @@
+2021-11-09  Devin Rousso  <drou...@apple.com>
+
+        Unreviewed internal build fix after r285444
+
+        * Platform/spi/Cocoa/AppleMediaServicesSPI.h:
+
 2021-11-09  J Pascoe  <j_pas...@apple.com>
 
         [WebAuthn] User handle is not saved on create via ASC

Modified: trunk/Source/WebKit/Platform/spi/Cocoa/AppleMediaServicesSPI.h (285538 => 285539)


--- trunk/Source/WebKit/Platform/spi/Cocoa/AppleMediaServicesSPI.h	2021-11-09 23:06:05 UTC (rev 285538)
+++ trunk/Source/WebKit/Platform/spi/Cocoa/AppleMediaServicesSPI.h	2021-11-09 23:53:08 UTC (rev 285539)
@@ -55,8 +55,6 @@
 @end
 
 @interface AMSEngagementRequest : NSObject <NSSecureCoding>
-- (instancetype)initWithRequestDictionary:(NSDictionary *)dictionary
-@property (NS_NONATOMIC_IOSONLY, strong, nullable) NSURL *originatingURL;
 @end
 
 @interface AMSEngagementResult : NSObject <NSSecureCoding>
@@ -68,4 +66,9 @@
 
 #endif // !USE(APPLE_INTERNAL_SDK)
 
+@interface AMSEngagementRequest (Staging_84159382)
+- (instancetype)initWithRequestDictionary:(NSDictionary *)dictionary
+@property (NS_NONATOMIC_IOSONLY, strong, nullable) NSURL *originatingURL;
+@end
+
 #endif // ENABLE(APPLE_PAY_AMS_UI)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to