DescriptionRemove {,un}setPendingActivity from AudioContext.
This CL removes use of {,un}setPendingActivity from AudioContext. They were used to make the wrappers alive until Document is destroyed. This CL replaces the hack with a |hasPendingActivity()| impl.
Also, this removes ASSERT(m_isStopScheduled) from d-tor. This is never set when OfflineAudioContext::create() fails after creating an instance.
TEST=media/
BUG=354845
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170015
Patch Set 1 #
Total comments: 1
Patch Set 2 : fix #
Total comments: 2
Patch Set 3 : fix #Patch Set 4 : fix #
Total comments: 1
Patch Set 5 : fix #Messages
Total messages: 15 (0 generated)
|