Oilpan: 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 Review URL: https://codereview.chromium.org/1200413004 git-svn-id: svn://svn.chromium.org/blink/trunk@197904 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment