[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 Review URL: https://codereview.chromium.org/699013002 Cr-Commit-Position: refs/heads/master@{#302536}
Showing
Please register or sign in to comment