| 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 8db8b267520538f561aaf16566695fa8d4c8c105..dad864d889aa923293dcc0c0377e26033eaf364a 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
|
| @@ -196,7 +196,7 @@ void validateAndConvertShippingOptions(
|
| return;
|
| }
|
|
|
| - uniqueIds.add(option.id());
|
| + uniqueIds.insert(option.id());
|
|
|
| validateShippingOptionOrPaymentItem(option, exceptionState);
|
| if (exceptionState.hadException())
|
|
|