[Webkit-unassigned] [Bug 32106] Allow custom memory allocation control for the other part of page directory in WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 4 09:17:28 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32106





--- Comment #5 from Darin Adler <darin at apple.com>  2009-12-04 09:17:28 PST ---
(In reply to comment #4)
> At the case of DragClient the instantiation line is:
> static DragClient* dummyDragClient = new EmptyDragClient;
> 
> DragClient is abstract and EmptyDragClient is abstract as well.

That's incorrect. EmptyDragClient is not abstract -- if it was, the new would
not compile.

> At the case of ContextMenuClient:
> static ContextMenuClient* dummyContextMenuClient = new EmptyContextMenuClient;
> 
> The problem is the same as at DragClient.

Same comment.

-- 
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