| Index: src/debug/mirrors.js
|
| diff --git a/src/debug/mirrors.js b/src/debug/mirrors.js
|
| index c888f8603bc4ceceff55e90914dd9f68749b411a..1ccb001711876ff45372baf9b4d6a1d936baca37 100644
|
| --- a/src/debug/mirrors.js
|
| +++ b/src/debug/mirrors.js
|
| @@ -785,7 +785,7 @@ ObjectMirror.prototype.internalProperties = function() {
|
|
|
|
|
| ObjectMirror.prototype.property = function(name) {
|
| - var details = %DebugGetPropertyDetails(this.value_, TO_NAME(name));
|
| + var details = %DebugGetPropertyDetails(this.value_, name);
|
| if (details) {
|
| return new PropertyMirror(this, name, details);
|
| }
|
|
|