ResourceHandleManager directly manipulates the ResourceHandle contents, but it should be moved into ResourceHandle and ResourceHandleInternal by themselves.
Created attachment 314164 [details] Refactoring This patch is simply move methods and functions from ResourceHandleManager to ResourceHandle if possible. ResourceHandleManager apparently violent the class policy and it takes care of ResourceHandle too much which prevents to improve its own responsibility, which is managing ResourceHandle well.
Comment on attachment 314164 [details] Refactoring Clearing flags on attachment: 314164 Committed r218962: <http://trac.webkit.org/changeset/218962>
All reviewed patches have been landed. Closing bug.