Bug 174827 - Make StyleResolver::isValid{Cue, Region}StyleProperty() static, inline, non-member functions
Summary: Make StyleResolver::isValid{Cue, Region}StyleProperty() static, inline, non-m...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-25 12:03 PDT by Daniel Bates
Modified: 2017-07-25 16:06 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.97 KB, patch)
2017-07-25 12:05 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.