DescriptionOilpan: make XHR progress event throttling finalization safe.
Move the XHR event throttling object to the heap. It is a timer object,
hence it must be eagerly finalized so as to prevent unsafe accesses
should it instead be lazy sweepable.
Part objects cannot be eagerly finalized on their own, hence this is
accomplished by moving the object to the heap. For simplicity, we keep
it as a separate heap object non-Oilpan also.
R=haraken
BUG=491488
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197904
Patch Set 1 #Patch Set 2 : Move XMLHttpRequestProgressEventThrottle to the heap instead #
Messages
Total messages: 8 (2 generated)
|