DescriptionFix test failures of IDBTransactionTest.EnsureLifetime with ENABLE(OILPAN)
This is a regression caused by r174937.
After r174937, ExecutionContexts created for IDBRequestTest and IDBTransactionTest
outlive the tests (because the lifetime of the ExecutionContexts is bound to a ScriptState
associated with the tests). This is wrong, and we should clear the ExecutionContexts
when shutting down the tests.
BUG=379616
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175259
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Messages
Total messages: 10 (0 generated)
|