Commit 112cbd24 authored by verwaest@chromium.org's avatar verwaest@chromium.org

Remove unnecessary ";"

BUG=
R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/423093003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22672 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent f08d2690
......@@ -2459,7 +2459,6 @@ void Map::UpdateFieldType(int descriptor, Handle<Name> name,
FieldDescriptor d(name, instance_descriptors()->GetFieldIndex(descriptor),
new_type, details.attributes(), details.representation());
instance_descriptors()->Replace(descriptor, &d);
;
}
......
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