Index: Source/devtools/front_end/ObjectPropertiesSection.js |
diff --git a/Source/devtools/front_end/ObjectPropertiesSection.js b/Source/devtools/front_end/ObjectPropertiesSection.js |
index ce936e4c2a6d18b9e4e4d44966ad000c8cc7ed05..d6fdfaf7869a9cdaf4c31e8a2a50b9fa8a650d64 100644 |
--- a/Source/devtools/front_end/ObjectPropertiesSection.js |
+++ b/Source/devtools/front_end/ObjectPropertiesSection.js |
@@ -737,7 +737,7 @@ WebInspector.ArrayGroupingTreeElement._populateArray = function(treeElement, obj |
*/ |
WebInspector.ArrayGroupingTreeElement._populateRanges = function(treeElement, object, fromIndex, toIndex, topLevel) |
{ |
- object.callFunctionJSON(packRanges, [{value: fromIndex}, {value: toIndex}, {value: WebInspector.ArrayGroupingTreeElement._bucketThreshold}, {value: WebInspector.ArrayGroupingTreeElement._sparseIterationThreshold}], callback.bind(this)); |
+ object.callFunctionJSON(packRanges, [{value: fromIndex}, {value: toIndex}, {value: WebInspector.ArrayGroupingTreeElement._bucketThreshold}, {value: WebInspector.ArrayGroupingTreeElement._sparseIterationThreshold}], callback); |
/** |
* @this {Object} |