Bug 82759 - Use bit mask for CSSStyleSheet and add compile assert like for StylePropertySet
Summary: Use bit mask for CSSStyleSheet and add compile assert like for StylePropertySet
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 82335
Blocks:
  Show dependency treegraph
 
Reported: 2012-03-30 11:19 PDT by Dirk Schulze
Modified: 2012-11-22 21:54 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 2012-03-30 11:19:32 PDT
Use bit mask for CSSStyleSheet and add compile assert like for StylePropertySet.
Comment 1 Dirk Schulze 2012-11-22 21:54:42 PST
I am pretty sure that rniwa knows what I meant with this bug. But I guess it is about bit masks of different types that may cause problems on windows. Didn't check if this is already done now.