⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 278640 in webkit


Ignore:
Timestamp:
Jun 8, 2021, 7:23:59 PM (5 years ago)
Author:
Devin Rousso
Message:

Unreviewed, followup to r278630

  • Modules/applepay/ApplePaySession.h:

Remove mentions of file that doesn't exist anymore.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r278639 r278640  
     12021-06-08  Devin Rousso  <drousso@apple.com>
     2
     3        Unreviewed, followup to r278630
     4
     5        * Modules/applepay/ApplePaySession.h:
     6        Remove mentions of file that doesn't exist anymore.
     7
    182021-06-08  Michael Catanzaro  <mcatanzaro@gnome.org>
    29
  • trunk/Source/WebCore/Modules/applepay/ApplePaySession.h

    r278630 r278640  
    3535#include <wtf/Ref.h>
    3636#include <wtf/RefCounted.h>
    37 
    38 #if USE(APPLE_INTERNAL_SDK)
    39 #include <WebKitAdditions/ApplePaySessionAdditions.h>
    40 #endif
    4137
    4238namespace JSC {
     
    176172    const ApplePaySessionPaymentRequest m_paymentRequest;
    177173    unsigned m_version;
    178 
    179 #if defined(ApplePaySessionAdditions_declarations)
    180     ApplePaySessionAdditions_declarations
    181 #endif
    182174};
    183175
Note: See TracChangeset for help on using the changeset viewer.