Reviewers: Jakob,
Message:
PTAL
Description:
Remove unnecessary ";"
BUG=
Please review this at https://codereview.chromium.org/423093003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+0, -1 lines):
M src/objects.cc
Index: src/objects.cc
diff --git a/src/objects.cc b/src/objects.cc
index
e612d22c4e13a88c4928fb122e5a377d6c315d72..456bb4fecd0c2f3f5ab2f3b4d7d6fac8c0c8f2b7
100644
--- a/src/objects.cc
+++ b/src/objects.cc
@@ -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);
- ;
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.