Revision: 12858
Author:
verw...@chromium.org
Date: Mon Nov 5 06:43:11 2012
Log: Remove superfluous setting of bitfield3.
Review URL:
https://chromiumcodereview.appspot.com/11367093
http://code.google.com/p/v8/source/detail?r=12858
Modified:
/branches/bleeding_edge/src/objects.cc
=======================================
--- /branches/bleeding_edge/src/objects.cc Thu Oct 25 04:52:37 2012
+++ /branches/bleeding_edge/src/objects.cc Mon Nov 5 06:43:11 2012
@@ -4896,7 +4896,6 @@
result->set_constructor(constructor());
result->set_bit_field(bit_field());
result->set_bit_field2(bit_field2());
- result->set_bit_field3(bit_field3());
int new_bit_field3 = bit_field3();
new_bit_field3 = OwnsDescriptors::update(new_bit_field3, true);
new_bit_field3 = NumberOfOwnDescriptorsBits::update(new_bit_field3, 0);