| Index: src/mirror-debugger.js
|
| diff --git a/src/mirror-debugger.js b/src/mirror-debugger.js
|
| index 0fffd619a771eb7bc3cf9d365a57f02039479d13..87a1febaa962225801467e8f47177ef5c30b7856 100644
|
| --- a/src/mirror-debugger.js
|
| +++ b/src/mirror-debugger.js
|
| @@ -1314,7 +1314,7 @@ ErrorMirror.prototype.toText = function() {
|
| // Use the same text representation as in messages.js.
|
| var text;
|
| try {
|
| - text = %_CallFunction(this.value_, builtins.ErrorToString);
|
| + text = %_CallFunction(this.value_, builtins.$errorToString);
|
| } catch (e) {
|
| text = '#<Error>';
|
| }
|
|
|