Changeset 246519 in webkit
- Timestamp:
- Jun 17, 2019, 3:27:26 PM (6 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r246514 r246519 1 2019-06-17 Alex Christensen <achristensen@webkit.org> 2 3 Fix internal build after r246514 4 https://bugs.webkit.org/show_bug.cgi?id=198874 5 6 * UIProcess/API/APINavigationAction.h: 7 A problematic reference to APINavigationActionAdditions.h was left. 8 Its contents had been sprinkled into the correct places, though. 9 1 10 2019-06-17 Jiewen Tan <jiewen_tan@apple.com> 2 11 -
trunk/Source/WebKit/UIProcess/API/APINavigationAction.h
r246514 r246519 33 33 #include <WebCore/ResourceRequest.h> 34 34 #include <wtf/URL.h> 35 36 #if USE(APPLE_INTERNAL_SDK)37 #include <WebKitAdditions/APINavigationActionAdditions.h>38 #endif39 35 40 36 namespace API {
Note:
See TracChangeset
for help on using the changeset viewer.