https://chromiumcodereview.appspot.com/10908237/diff/1/src/transitions-inl.h File src/transitions-inl.h (right):
https://chromiumcodereview.appspot.com/10908237/diff/1/src/transitions-inl.h#newcode203 src/transitions-inl.h:203: void TransitionArray::Set(int transition_number, String* key, Map* target) { Now that this method no longer takes a WhitenessWitness we need to rename this method to NoIncrementalWriteBarrierSet() so that it is clear that we can only call this on white objects. Otherwise this will become a bucket of bugs. https://chromiumcodereview.appspot.com/10908237/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
