Commit 6f88ca63 authored by ager@chromium.org's avatar ager@chromium.org

Fix cut and paste error in memory tracking. MapSpace -> CellSpace.

Review URL: http://codereview.chromium.org/194100

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2878 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 4c59284f
......@@ -1686,7 +1686,7 @@ class CellSpace : public FixedSpace {
#endif
public:
TRACK_MEMORY("MapSpace")
TRACK_MEMORY("CellSpace")
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment