Bug 72514 - CSSValue: isInheritedValue() doesn't need a dedicated bit.
Summary: CSSValue: isInheritedValue() doesn't need a dedicated bit.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-16 09:22 PST by Andreas Kling
Modified: 2011-11-16 11:42 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.69 KB, patch)
2011-11-16 09:25 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2011-11-16 09:22:58 PST
Returning (m_classType == InheritedClass) would do the job just as well.
Comment 1 Andreas Kling 2011-11-16 09:25:40 PST
Created attachment 115392 [details]
Patch
Comment 2 Antti Koivisto 2011-11-16 09:42:49 PST
Comment on attachment 115392 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2011-11-16 11:42:30 PST
Comment on attachment 115392 [details]
Patch

Clearing flags on attachment: 115392

Committed r100481: <http://trac.webkit.org/changeset/100481>
Comment 4 WebKit Review Bot 2011-11-16 11:42:35 PST
All reviewed patches have been landed.  Closing bug.