Chromium Code Reviews
DescriptionForbid Oilpan GC in blink::testing::runPendingTasks
As webkit unittests are run outside of the message loop, tasks run in
blink::testing::runPendingTasks are executed as non-nested tasks. That means
the registered GCTaskObserver will run GC with NoHeapPointerOnStack. This is
problematic because we often have heap pointers on stack.
This change forbid Oilpan GC in runPendingTasks to avoid such a problem.
BUG=613115
Committed: https://crrev.com/0b9fcb3822616d2e067aa29192f1d4e4238db2f9
Cr-Commit-Position: refs/heads/master@{#394743}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|
|||||||||||||||||||