Bug 75665 - sizeof(CSSRule) is 20 instead of 12 on Windows
Summary: sizeof(CSSRule) is 20 instead of 12 on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-05 15:49 PST by Ryosuke Niwa
Modified: 2012-01-05 17:19 PST (History)
5 users (show)

See Also:


Attachments
Fixes the bug (5.43 KB, patch)
2012-01-05 16:27 PST, Ryosuke Niwa
ojan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-01-05 15:49:18 PST
Bitfield packing issue on Visual Studio continues...
Comment 1 Ryosuke Niwa 2012-01-05 16:27:33 PST
Created attachment 121363 [details]
Fixes the bug
Comment 2 Ryosuke Niwa 2012-01-05 17:19:46 PST
Committed r104254: <http://trac.webkit.org/changeset/104254>