Title: [255188] trunk/Source/WebKit
- Revision
- 255188
- Author
- [email protected]
- Date
- 2020-01-27 15:29:00 -0800 (Mon, 27 Jan 2020)
Log Message
Unreviewed, a build fix after r255111
* UIProcess/WebAuthentication/Mock/MockLocalConnection.mm:
Adding some missing headers.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (255187 => 255188)
--- trunk/Source/WebKit/ChangeLog 2020-01-27 23:27:29 UTC (rev 255187)
+++ trunk/Source/WebKit/ChangeLog 2020-01-27 23:29:00 UTC (rev 255188)
@@ -1,3 +1,10 @@
+2020-01-27 Jiewen Tan <[email protected]>
+
+ Unreviewed, a build fix after r255111
+
+ * UIProcess/WebAuthentication/Mock/MockLocalConnection.mm:
+ Adding some missing headers.
+
2020-01-27 Chris Dumez <[email protected]>
Unreviewed, revert r254210 as it seems to be causing process assertion leaks.
Modified: trunk/Source/WebKit/UIProcess/WebAuthentication/Mock/MockLocalConnection.mm (255187 => 255188)
--- trunk/Source/WebKit/UIProcess/WebAuthentication/Mock/MockLocalConnection.mm 2020-01-27 23:27:29 UTC (rev 255187)
+++ trunk/Source/WebKit/UIProcess/WebAuthentication/Mock/MockLocalConnection.mm 2020-01-27 23:29:00 UTC (rev 255188)
@@ -28,8 +28,10 @@
#if ENABLE(WEB_AUTHN)
+#import <Security/SecItem.h>
#import <WebCore/ExceptionData.h>
#import <wtf/RunLoop.h>
+#import <wtf/spi/cocoa/SecuritySPI.h>
#import <wtf/text/WTFString.h>
#import "LocalAuthenticationSoftLink.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes