DescriptionReplace IDBPendingTransactionMonitor with end-of-recursion-scope tasks
V8PerIsolateData cannot own IDBPendingTransactionMonitor, because
IDBPendingTransactionMonitor is defined in modules/indexeddb and
V8PerIsolateData is defined in bindings/core. Replace the monitor
entirely by having IDBTransactions register tasks to be run once
the scopes are unwound.
BUG=358074
R=haraken,tasak,adamk
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185137
Patch Set 1 #
Total comments: 4
Patch Set 2 : Review feedback #
Total comments: 4
Patch Set 3 : Add explicit #Messages
Total messages: 12 (1 generated)
|