d921f94367
Malloc'd memory is uninitialized so C++ constructors are not run. For class Ref, operator= asserts (basically) that the constructor has been run. BUG= R=asgerf@google.com Review-Url: https://codereview.chromium.org/2723123002 .