Index: Source/devtools/front_end/ShowMoreDataGridNode.js |
diff --git a/Source/devtools/front_end/ShowMoreDataGridNode.js b/Source/devtools/front_end/ShowMoreDataGridNode.js |
index a222058e2b177128777b63ac0f7e2624c9941170..ef8fb3bab5040a62a61c034ab1336a81134aca96 100644 |
--- a/Source/devtools/front_end/ShowMoreDataGridNode.js |
+++ b/Source/devtools/front_end/ShowMoreDataGridNode.js |
@@ -133,7 +133,7 @@ WebInspector.ShowMoreDataGridNode.prototype = { |
* @override |
* @return {number} |
*/ |
- nodeHeight: function() |
+ nodeSelfHeight: function() |
{ |
return 32; |
}, |