Title: [246519] trunk/Source/WebKit
- Revision
- 246519
- Author
- [email protected]
- Date
- 2019-06-17 15:27:26 -0700 (Mon, 17 Jun 2019)
Log Message
Fix internal build after r246514
https://bugs.webkit.org/show_bug.cgi?id=198874
* UIProcess/API/APINavigationAction.h:
A problematic reference to APINavigationActionAdditions.h was left.
Its contents had been sprinkled into the correct places, though.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (246518 => 246519)
--- trunk/Source/WebKit/ChangeLog 2019-06-17 22:24:41 UTC (rev 246518)
+++ trunk/Source/WebKit/ChangeLog 2019-06-17 22:27:26 UTC (rev 246519)
@@ -1,3 +1,12 @@
+2019-06-17 Alex Christensen <[email protected]>
+
+ Fix internal build after r246514
+ https://bugs.webkit.org/show_bug.cgi?id=198874
+
+ * UIProcess/API/APINavigationAction.h:
+ A problematic reference to APINavigationActionAdditions.h was left.
+ Its contents had been sprinkled into the correct places, though.
+
2019-06-17 Jiewen Tan <[email protected]>
Move SOAuthorization from WebKitAdditions to WebKit
Modified: trunk/Source/WebKit/UIProcess/API/APINavigationAction.h (246518 => 246519)
--- trunk/Source/WebKit/UIProcess/API/APINavigationAction.h 2019-06-17 22:24:41 UTC (rev 246518)
+++ trunk/Source/WebKit/UIProcess/API/APINavigationAction.h 2019-06-17 22:27:26 UTC (rev 246519)
@@ -33,10 +33,6 @@
#include <WebCore/ResourceRequest.h>
#include <wtf/URL.h>
-#if USE(APPLE_INTERNAL_SDK)
-#include <WebKitAdditions/APINavigationActionAdditions.h>
-#endif
-
namespace API {
class NavigationAction final : public ObjectImpl<Object::Type::NavigationAction> {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes