Changeset 224308 in webkit


Ignore:
Timestamp:
Nov 1, 2017 5:16:10 PM (6 years ago)
Author:
aestes@apple.com
Message:

[Apple Pay] Update the enum traits for PaymentError::ContactField
https://bugs.webkit.org/show_bug.cgi?id=179145
<rdar://problem/35303108>

Reviewed by Tim Horton.

Account for the values added to PaymentError::ContactField in r220718 and r223580.

  • Modules/applepay/ApplePaySessionPaymentRequest.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r224307 r224308  
     12017-11-01  Andy Estes  <aestes@apple.com>
     2
     3        [Apple Pay] Update the enum traits for PaymentError::ContactField
     4        https://bugs.webkit.org/show_bug.cgi?id=179145
     5        <rdar://problem/35303108>
     6
     7        Reviewed by Tim Horton.
     8
     9        Account for the values added to PaymentError::ContactField in r220718 and r223580.
     10
     11        * Modules/applepay/ApplePaySessionPaymentRequest.h:
     12
    1132017-11-01  Daniel Bates  <dabates@apple.com>
    214
  • trunk/Source/WebCore/Modules/applepay/ApplePaySessionPaymentRequest.h

    r223580 r224308  
    224224        WebCore::PaymentError::ContactField::EmailAddress,
    225225        WebCore::PaymentError::ContactField::Name,
     226        WebCore::PaymentError::ContactField::PhoneticName,
    226227        WebCore::PaymentError::ContactField::PostalAddress,
    227228        WebCore::PaymentError::ContactField::AddressLines,
     229        WebCore::PaymentError::ContactField::SubLocality,
    228230        WebCore::PaymentError::ContactField::Locality,
    229231        WebCore::PaymentError::ContactField::PostalCode,
     232        WebCore::PaymentError::ContactField::SubAdministrativeArea,
    230233        WebCore::PaymentError::ContactField::AdministrativeArea,
    231234        WebCore::PaymentError::ContactField::Country,
Note: See TracChangeset for help on using the changeset viewer.