Revision: 22672
Author:   [email protected]
Date:     Tue Jul 29 13:39:09 2014 UTC
Log:      Remove unnecessary ";"

BUG=
[email protected]

Review URL: https://codereview.chromium.org/423093003
http://code.google.com/p/v8/source/detail?r=22672

Modified:
 /branches/bleeding_edge/src/objects.cc

=======================================
--- /branches/bleeding_edge/src/objects.cc      Tue Jul 29 13:30:29 2014 UTC
+++ /branches/bleeding_edge/src/objects.cc      Tue Jul 29 13:39:09 2014 UTC
@@ -2459,7 +2459,6 @@
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.

Reply via email to