Description[iOS] WeakNSObject assignment is consistent with copy constructor
The copy constructor was changed (in CL
https://codereview.chromium.org/853503002/) to allow a WeakNSObject to
be copied on a different thread.
This CL is making the assignment operator behave consistently with the
copy constructor: it is now allowed to assign a WeakNSObject on a
different thread.
In any case, dereferencing the WeakNSObject on another thread remains
disallowed.
BUG=394008
Committed: https://crrev.com/1fd547a90acc75c995d8ec901ba52879558a27ae
Cr-Commit-Position: refs/heads/master@{#320915}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|