DescriptionOilpan: Prepare to move AbstractSQLStatementBackend and SQLStatementBackend to Oilpan heap.
They are ThreadSafeRefCounted because an object is created in a context thread,
is enqueued into a SQLTransactionBackend, the SQLTransactionBackend is moved to
a database thread, then the database thread takes a SQLStatementBackend in the
queue.
We don't need to care about it in Oilpan. SQLTransactionBackend is correctly
transferred with CrossThreadPersistent.
BUG=347902
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169622
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|