Changeset 246519 in webkit


Ignore:
Timestamp:
Jun 17, 2019 3:27:26 PM (5 years ago)
Author:
achristensen@apple.com
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.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r246514 r246519  
     12019-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
    1102019-06-17  Jiewen Tan  <jiewen_tan@apple.com>
    211
  • trunk/Source/WebKit/UIProcess/API/APINavigationAction.h

    r246514 r246519  
    3333#include <WebCore/ResourceRequest.h>
    3434#include <wtf/URL.h>
    35 
    36 #if USE(APPLE_INTERNAL_SDK)
    37 #include <WebKitAdditions/APINavigationActionAdditions.h>
    38 #endif
    3935
    4036namespace API {
Note: See TracChangeset for help on using the changeset viewer.