Bug 174827

Summary: Make StyleResolver::isValid{Cue, Region}StyleProperty() static, inline, non-member functions
Product: WebKit Reporter: Daniel Bates <dbates>
Component: CSSAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt, simon.fraser, zalan
Priority: P2    
Version: WebKit Local Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Daniel Bates 2017-07-25 12:03:49 PDT
StyleResolver::isValid{Cue, Region}StyleProperty() are private member functions. They access neither instance nor class data. It is sufficient to make them static, inline, non-member functions.
Comment 1 Daniel Bates 2017-07-25 12:05:47 PDT
Created attachment 316382 [details]
Patch
Comment 2 Daniel Bates 2017-07-25 16:06:33 PDT
Comment on attachment 316382 [details]
Patch

Clearing flags on attachment: 316382

Committed r219892: <http://trac.webkit.org/changeset/219892>
Comment 3 Daniel Bates 2017-07-25 16:06:35 PDT
All reviewed patches have been landed.  Closing bug.