[webkit-dev] Keep ResourceBuffer?
Darin Adler
darin at apple.com
Thu Oct 23 09:42:53 PDT 2014
Hi folks.
I’ve noticed that we have an unused abstraction in the loader code. ResourceBuffer is a cover for a SharedBuffer, with comments and remnants of an older effort to make it some kind of abstraction. But at the moment it’s just overhead and no abstraction.
Does anyone object to my eliminating ResourceBuffer for now and changing code to use SharedBuffer directly instead?
— Darin
More information about the webkit-dev
mailing list