[webkit-dev] Maybe bug in RenderTheme.h

Mike Emmel mike.emmel at gmail.com
Mon Mar 27 08:05:22 PST 2006


I had to add the following patch to RenderTheme.h  but I'm not sure its a bug.
Why does it compile on the Mac ?


Index: RenderTheme.h
===================================================================
--- RenderTheme.h       (revision 13479)
+++ RenderTheme.h       (working copy)
@@ -28,6 +28,7 @@

 namespace WebCore {
 class Element;
+class CSSStyleSelector;
 };

 namespace WebCore {



More information about the webkit-dev mailing list