Commit 907065c1 authored by ricow@chromium.org's avatar ricow@chromium.org

Fix presubmit

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8636 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 67709e53
......@@ -1662,7 +1662,8 @@ void MarkCompactCollector::ClearNonLiveTransitions() {
// Clear dead prototype transitions.
int number_of_transitions = map->NumberOfProtoTransitions();
if (number_of_transitions > 0) {
FixedArray* prototype_transitions = map->unchecked_prototype_transitions();
FixedArray* prototype_transitions =
map->unchecked_prototype_transitions();
int new_number_of_transitions = 0;
const int header = Map::kProtoTransitionHeaderSize;
const int proto_offset =
......
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