Bug 21838

Summary: Fix some forward declares to use 'struct' instead of 'class' to match the type definition
Product: WebKit Reporter: Darin Fisher (:fishd, Google) <fishd>
Component: Layout and RenderingAssignee: Darin Fisher (:fishd, Google) <fishd>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
v1 patch eric: review+

Description Darin Fisher (:fishd, Google) 2008-10-23 13:24:32 PDT
Fix some forward declares to use 'struct' instead of 'class' to match the type definition

This avoids compiler warnings in some build configurations.
Comment 1 Darin Fisher (:fishd, Google) 2008-10-23 13:25:32 PDT
Created attachment 24612 [details]
v1 patch
Comment 2 Eric Seidel (no email) 2008-10-23 13:29:57 PDT
Comment on attachment 24612 [details]
v1 patch

LGTM.
Comment 3 Mark Rowe (bdash) 2008-10-23 13:36:05 PDT
Comment on attachment 24612 [details]
v1 patch

The forward declarations in StyleRareNonInheritedData.h need to be re-sorted.
Comment 4 Darin Fisher (:fishd, Google) 2008-10-23 14:12:23 PDT
bdash, good catch.  thanks!
Comment 5 Timothy Hatcher 2008-10-30 22:41:17 PDT
This already landed. Please comment with the revision number and close as fixed next time.

Landed in r37824.