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