| Index: chrome/test/data/android/payments/bobpay.js
|
| diff --git a/chrome/test/data/android/payments/bobpay.js b/chrome/test/data/android/payments/bobpay.js
|
| index 0ac7deffae5fa3cc02a689b18bf454777c10bdc7..0d24e9fc00c84c16a93a0a6dde30d140bc99760d 100644
|
| --- a/chrome/test/data/android/payments/bobpay.js
|
| +++ b/chrome/test/data/android/payments/bobpay.js
|
| @@ -22,13 +22,13 @@ function buy() { // eslint-disable-line no-unused-vars
|
| JSON.stringify(resp.details, undefined, 2));
|
| })
|
| .catch(function(error) {
|
| - print('complete() rejected<br>' + error.message);
|
| + print('complete() rejected<br>' + error);
|
| });
|
| })
|
| .catch(function(error) {
|
| - print('show() rejected<br>' + error.message);
|
| + print('show() rejected<br>' + error);
|
| });
|
| } catch (error) {
|
| - print('exception thrown<br>' + error.message);
|
| + print('exception thrown<br>' + error);
|
| }
|
| }
|
|
|