DescriptionInvoke LeakSanitizer on teardown of some browser test fixtures.
Call LeakSanitizer before RenderViewTest::TearDown(), as the latter may leak
WebKit objects when it shuts down V8. This call really belongs in
RenderViewTest::TearDown(), but unfortunately there are unit tests which inherit
from RenderViewTest, whereas this approach is only suitable for browser tests.
Anyway this is intended as a temporary fix, as Oilpan is expected to rid us of
those leaks.
BUG=328552
TBR=phajdan.jr@chromium.org, fsamuel@chromium.org
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255016
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|