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

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.