DescriptionRemove the concept of a cleanup task
The only cleanup task in Blink which is not internal to a worker thread is
the task to close a WebSQL database. Because 1) only worker threads
support the concept of a cleanup task, and 2) WebSQL isn't supported on
worker threads anymore after https://codereview.chromium.org/561093003/,
we can safely remove the logic to handle cleanup tasks on worker
threads.
BUG=463143
TBR=haraken@chromium.org,jochen@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195345
Patch Set 1 #Patch Set 2 : Fix asan issues. #
Total comments: 2
Messages
Total messages: 9 (3 generated)
|