| Index: chrome/test/data/android/payments/no_shipping.js
|
| diff --git a/chrome/test/data/android/payments/no_shipping.js b/chrome/test/data/android/payments/no_shipping.js
|
| index e98da42b3c406d6aae8ca54fc53302b6ac9ccfb3..354fc9acb42acf1278770db823a78d67bd54fe23 100644
|
| --- a/chrome/test/data/android/payments/no_shipping.js
|
| +++ b/chrome/test/data/android/payments/no_shipping.js
|
| @@ -23,11 +23,11 @@ function buy() { // eslint-disable-line no-unused-vars
|
| JSON.stringify(resp.details, undefined, 2));
|
| })
|
| .catch(function(error) {
|
| - print(error.message);
|
| + print(error);
|
| });
|
| })
|
| .catch(function(error) {
|
| - print(error.message);
|
| + print(error);
|
| });
|
| } catch (error) {
|
| print(error.message);
|
|
|