diff options
author | apavlov@chromium.org <apavlov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-23 11:11:44 +0000 |
---|---|---|
committer | apavlov@chromium.org <apavlov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-23 11:11:44 +0000 |
commit | 2d5a88e0c6f4e3ee8ace27a79c524d70dae0e2f5 (patch) | |
tree | c56a96a070270c881da10105a45119fb9185a929 /webkit/glue | |
parent | c76f588eebb086c27e8884eb00c526fe2582145f (diff) | |
download | chromium_src-2d5a88e0c6f4e3ee8ace27a79c524d70dae0e2f5.zip chromium_src-2d5a88e0c6f4e3ee8ace27a79c524d70dae0e2f5.tar.gz chromium_src-2d5a88e0c6f4e3ee8ace27a79c524d70dae0e2f5.tar.bz2 |
Remove trailing whitespace
TBR=mnaganov@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/330003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29889 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue')
-rw-r--r-- | webkit/glue/devtools/js/heap_profiler_panel.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/devtools/js/heap_profiler_panel.js b/webkit/glue/devtools/js/heap_profiler_panel.js index e3e88f2..d802ed4 100644 --- a/webkit/glue/devtools/js/heap_profiler_panel.js +++ b/webkit/glue/devtools/js/heap_profiler_panel.js @@ -389,9 +389,9 @@ WebInspector.HeapSnapshotDataGridNodeWithRetainers.prototype = { return; this.children.sort(comparator); - var childCount = this.children.length; + var childCount = this.children.length; for (var childIndex = 0; childIndex < childCount; ++childIndex) - this.children[childIndex]._recalculateSiblings(childIndex); + this.children[childIndex]._recalculateSiblings(childIndex); for (var i = 0; i < this.children.length; ++i) { var child = this.children[i]; if (!force && (!child.expanded || child.lastComparator === comparator)) |