[Webkit-unassigned] [Bug 17220] Illogical dependency between PluginView and PluginDatabase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 08:15:00 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17220


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19067|                            |review+
               Flag|                            |




------- Comment #12 from aroben at apple.com  2008-02-13 08:14 PDT -------
(From update of attachment 19067)
+#include "KURL.h"
 #include "PlatformString.h"
 #include "PluginPackage.h"
 #include "StringHash.h"
@@ -37,7 +38,6 @@ namespace WebCore {
     class Element;
     class Frame;
     class IntSize;
-    class KURL;

I know Jon said to include KURL.h, but I think he was mistaken and it's not
really needed. Everything should compile fine with just a forward declaration,
so you should be able to undo this change.

r=me


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list