On Oct 4, 2008, at 12:27 AM, Maciej Stachowiak wrote: > We have a lot fewer layering problems with WebCore and WebKit in part > because they are separate modules, and you have to go out of your way > and make some Client interfaces to create unfortunate entanglements.
Some ports do have a problem with this separation too. Mac and Windows enforce the separation between WebCore and WebKit by building each as separate libraries, but some of the other ports build WebCore and WebKit into a single module and have been using WebKit-level classes inside WebCore. - Mark _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

