Fix declaration order of IOThreadHostImpl in RenderProcessHostImpl.
This CL fixes a mistake introduced in crrev.com/c/2005291. That previous change was trying to ensure that the IOThreadHostImpl was destroyed before other members, but accidentally got it reversed. C++ members are destroyed in reverse order so the IOThreadHostImpl member should be declared at the end of the class similar to the WeakPtrFactory. Bug: 1038019 Change-Id: I66e1ee2e6fc4b02399d82af16cff33f118af671c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2019504Reviewed-by:Nasko Oskov <nasko@chromium.org> Commit-Queue: Ben Kelly <wanderview@chromium.org> Cr-Commit-Position: refs/heads/master@{#735296}
Showing
Please register or sign in to comment