DescriptionThe base unittests were succeeding for the isolated
tests, but failed when all tests were run because
some tests run without a message loop. The
observer_list_threadsafe allowed AddObserver to run
with null message loops. But, if you call Notify
after doing so, then the notify call would attempt
to use the registered "null" ptr to a message loop.
This crashed, of course.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=4459
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|