Bug 21838 - Fix some forward declares to use 'struct' instead of 'class' to match the type definition
Summary: Fix some forward declares to use 'struct' instead of 'class' to match the typ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Fisher (:fishd, Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-23 13:24 PDT by Darin Fisher (:fishd, Google)
Modified: 2008-10-30 22:41 PDT (History)
0 users

See Also:


Attachments
v1 patch (1.52 KB, patch)
2008-10-23 13:25 PDT, Darin Fisher (:fishd, Google)
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.