[Webkit-unassigned] [Bug 38073] Clean up a few compiler warnings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 24 09:28:33 PDT 2010


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





--- Comment #3 from Darin Adler <darin at apple.com>  2010-04-24 09:28:34 PST ---
(From update of attachment 54208)
>  class StyleReflection;
>  class StyleTransformData;
>  struct ContentData;
> -struct ShadowData;
> +class ShadowData;

This should be re-sorted above with the class forward declarations. And the
struct forward declarations should be in a separate paragraph (blank line
between the paragraphs).

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