| Index: third_party/WebKit/Source/modules/payments/PaymentResponse.cpp
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp b/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp
|
| index e5df52bce72cbe7f9de0d1fb5c9008ec4fe59463..39fb256cad01a718779ba8620a34419ea8d08c28 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp
|
| @@ -52,9 +52,9 @@ ScriptValue PaymentResponse::toJSONForBinding(ScriptState* scriptState) const {
|
|
|
| ScriptValue PaymentResponse::details(ScriptState* scriptState,
|
| ExceptionState& exceptionState) const {
|
| - return ScriptValue(
|
| - scriptState, fromJSONString(scriptState->isolate(), m_stringifiedDetails,
|
| - exceptionState));
|
| + return ScriptValue(scriptState,
|
| + fromJSONString(scriptState->isolate(),
|
| + m_stringifiedDetails, exceptionState));
|
| }
|
|
|
| ScriptPromise PaymentResponse::complete(ScriptState* scriptState,
|
|
|