[Webkit-unassigned] [Bug 22579] Avoid high-level WebCore types under platform
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 4 17:07:31 PST 2008
https://bugs.webkit.org/show_bug.cgi?id=22579
darin at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #25757|review? |review+
Flag| |
------- Comment #7 from darin at apple.com 2008-12-04 17:07 PDT -------
(From update of attachment 25757)
> Index: WebCore/page/FrameView.h
> ===================================================================
> --- WebCore/page/FrameView.h (revision 38997)
> +++ WebCore/page/FrameView.h (working copy)
> @@ -30,6 +30,7 @@
> #include "ScrollView.h"
> #include <wtf/Forward.h>
> #include <wtf/OwnPtr.h>
> +#include <wtf/Vector.h>
This include isn't needed because ScrollbarClient.h already includes Vector.h.
r=me
--
Configure bugmail: https://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