DescriptionOilpan: eagerly finalize MIDIAccess.
MIDIAccess' MIDIAccessor is registered as a callable client of the
embedder's WebMIDIAccessor. It is unsafe to access that client interface
during lazy sweeping, as it might access heap objects that have
been finalized.
Consequently, mark MIDIAccess as eagerly finalized, making it release
its MIDIAccessor before the mutator is allowed heap access after
a GC.
R=haraken
BUG=491488
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197038
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|