Changeset 278640 in webkit
- Timestamp:
- Jun 8, 2021, 7:23:59 PM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Modules/applepay/ApplePaySession.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r278639 r278640 1 2021-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 1 8 2021-06-08 Michael Catanzaro <mcatanzaro@gnome.org> 2 9 -
trunk/Source/WebCore/Modules/applepay/ApplePaySession.h
r278630 r278640 35 35 #include <wtf/Ref.h> 36 36 #include <wtf/RefCounted.h> 37 38 #if USE(APPLE_INTERNAL_SDK)39 #include <WebKitAdditions/ApplePaySessionAdditions.h>40 #endif41 37 42 38 namespace JSC { … … 176 172 const ApplePaySessionPaymentRequest m_paymentRequest; 177 173 unsigned m_version; 178 179 #if defined(ApplePaySessionAdditions_declarations)180 ApplePaySessionAdditions_declarations181 #endif182 174 }; 183 175
Note:
See TracChangeset
for help on using the changeset viewer.