[Webkit-unassigned] [Bug 57064] WebFrame forward declares WebURLLoaderOptions as a class when it's a struct.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 17:02:22 PDT 2011


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric at webkit.org




--- Comment #6 from Eric Seidel <eric at webkit.org>  2011-03-24 17:02:22 PST ---
It seems like we should catch this sort of thing with check-webkit-style.  Probably by just deprecating "struct" from WebKit code.  So rarely does  a "struct" really want to be a struct and not just a class Foo { public:

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