Description[Cocoa] Crash fix, caused by recent tab indicator change.
I misunderstood how ObjectiveC handled pointers declared with __weak.
This change resolves the issue by nil'ing things out in
[TabController dealloc], the standard solution.
Introduced by: https://codereview.chromium.org/688523002/
BUG=429605
Committed: https://crrev.com/b85fc6de11e5e162864d58a32da6a02a9a24ea3a
Cr-Commit-Position: refs/heads/master@{#302536}
Patch Set 1 #
Total comments: 2
Patch Set 2 : no need for nil check #Messages
Total messages: 11 (2 generated)
|