DescriptionAvoid race-warning for access to animatableAttributes
Collecting debug data during a commit in CC can land us in this method
while not running in the main thread (although it'll be blocked).
Since this is assert-only code, switch to a thread-safe initializer to
avoid triggering this warning. Hopefully this doesn't slow things down
to badly on bots.
BUG=545972
Committed: https://crrev.com/56c43a002072a04abe25a77f400a1e3425ab8991
Cr-Commit-Position: refs/heads/master@{#363687}
Patch Set 1 #Patch Set 2 : Header. #Patch Set 3 : A-ha #Messages
Total messages: 10 (4 generated)
|