Index: src/debug/mirrors.js |
diff --git a/src/debug/mirrors.js b/src/debug/mirrors.js |
index d0b76fda2029e7d4aeaa93b4e48af9f05b5d4b7c..aaff0c54cb24531b31e4bde5f8833c1fa626ddd7 100644 |
--- a/src/debug/mirrors.js |
+++ b/src/debug/mirrors.js |
@@ -1529,11 +1529,6 @@ PropertyMirror.prototype.propertyType = function() { |
}; |
-PropertyMirror.prototype.insertionIndex = function() { |
- return %DebugPropertyIndexFromDetails(this.details_); |
-}; |
- |
- |
/** |
* Returns whether this property has a getter defined through __defineGetter__. |
* @return {booolean} True if this property has a getter |