DescriptionDon't use a delgating constructor passing a member variable.
Don't try to delegate behavior to the constructor below that accepts a
Matadata pointer by passing &local_meta_. Such cannot be reliably passed
because it has not yet been constructed -- no member variables have; the
class itself is in the middle of being constructed.
BUG=569187
Committed: https://crrev.com/0fa944d5a0fa7e0d722b735b0866dc652c9134c1
Cr-Commit-Position: refs/heads/master@{#365084}
Patch Set 1 #
Total comments: 3
Depends on Patchset: Messages
Total messages: 13 (6 generated)
|