Chromium Code Reviews
DescriptionReject outstanding promises asynchronously when cleared
Outstanding promises may get cleared due to blink garbage collection
destroying all the remaining EME objects when they are no longer
referenced. However, blink doesn't like creating new objects during gc
(rejection results in a DOMException being created), so post a task to
reject the promise(s) later.
BUG=597355
TEST=tested on cast
Patch Set 1 #
Messages
Total messages: 9 (3 generated)
|
|||||||||||||||||||