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