[Webkit-unassigned] [Bug 32110] Allow custom memory allocation control for WebCore's FrameLoaderClient
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 4 05:16:39 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32110
--- Comment #5 from Zoltan Horvath <zoltan at webkit.org> 2009-12-04 05:16:39 PST ---
Hmm. I checked.
This is the instantiation line:
static FrameLoaderClient* dummyFrameLoaderClient = new EmptyFrameLoaderClient;
So, I have to inherit either EmptyFrameLoaderClient or FrameLoaderClient which
are both abstract interfaces. FrameLoaderClient is the super class of
EmptyFrameLoaderClient, so firt FrameLoaderClient should be inherited.
(If some classes inherit from Noncopyable it also inherit from FastAllocBase,
so the customization of the new/delete operator will be done.)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list