Bug 72514

Summary: CSSValue: isInheritedValue() doesn't need a dedicated bit.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: macpherson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Andreas Kling
Reported 2011-11-16 09:22:58 PST
Returning (m_classType == InheritedClass) would do the job just as well.
Attachments
Patch (2.69 KB, patch)
2011-11-16 09:25 PST, Andreas Kling
no flags
Andreas Kling
Comment 1 2011-11-16 09:25:40 PST
Antti Koivisto
Comment 2 2011-11-16 09:42:49 PST
Comment on attachment 115392 [details] Patch r=me
WebKit Review Bot
Comment 3 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>
WebKit Review Bot
Comment 4 2011-11-16 11:42:35 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.