[webkit-dev] Keep ResourceBuffer?

Darin Adler darin at apple.com
Thu Oct 23 20:11:37 PDT 2014


> On Oct 23, 2014, at 10:13 AM, Antti Koivisto <koivisto at iki.fi> wrote:
> 
> Note that ResourceBuffer is virtual and wraps a ShareableResource on WebKit2 side. ShareableResource exists to do memory mapped IPC. 

Really? I don’t see any code actually creating the class in WebKit2. There is a class named WebResourceBuffer, but no instance of it is ever created. Also, not enough of the functions in ResourceBuffer are virtual to make this actually work.

— Darin


More information about the webkit-dev mailing list