Chromium Code Reviews
DescriptionMake sure that tag profile updates stop after we leave the isolate view.
If we were currently waiting for isolate.updateTagProfile() to
complete when leftView() was called, the call to _updateTimer.cancel()
comes too late to prevent the next Timer from being created. Now we
use a null _updateTimer to indicate that we have left the view.
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||