| Index: third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
|
| index 3c155848e4903d79a350c3594e13f2b9c5a48cfc..403a187415acd876c096658c3f80fdea6ea743c5 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
|
| @@ -332,6 +332,7 @@ void setBasicCardMethodData(const ScriptValue& input,
|
| {BasicCardNetwork::DISCOVER, "discover"},
|
| {BasicCardNetwork::JCB, "jcb"},
|
| {BasicCardNetwork::MASTERCARD, "mastercard"},
|
| + {BasicCardNetwork::MIR, "mir"},
|
| {BasicCardNetwork::UNIONPAY, "unionpay"},
|
| {BasicCardNetwork::VISA, "visa"}};
|
|
|
|
|