> On Oct 23, 2014, at 10:13 AM, Antti Koivisto <[email protected]> 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 _______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

