| Index: src/mirror-debugger.js
|
| ===================================================================
|
| --- src/mirror-debugger.js (revision 9808)
|
| +++ src/mirror-debugger.js (working copy)
|
| @@ -1087,7 +1087,7 @@
|
| // 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>';
|
| }
|
|
|
| Property changes on: src/mirror-debugger.js
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /branches/bleeding_edge/src/mirror-debugger.js:r9605-9808
|
|
|
|
|