Fixed|libcore: Potential crash
Record does not observe itself via the public instance because usingthe move constructor would result in the record members notifying theold record. Now the observing is done fully privately.
View differences
Fixed|libcore: Potential crash
Record does not observe itself via the public instance because using
the move constructor would result in the record members notifying the
old record. Now the observing is done fully privately.