Bug 147565 - ChildWidgetState::ChildWidgetIs* naming is redundant.
Summary: ChildWidgetState::ChildWidgetIs* naming is redundant.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-03 10:52 PDT by zalan
Modified: 2015-08-03 11:24 PDT (History)
5 users (show)

See Also:


Attachments
Patch (5.00 KB, patch)
2015-08-03 11:02 PDT, zalan
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2015-08-03 10:52:54 PDT
Use ChildWidgetState { IsValid, IsDestroyed } instead.
Comment 1 zalan 2015-08-03 11:02:46 PDT
Created attachment 258080 [details]
Patch
Comment 2 Chris Dumez 2015-08-03 11:14:28 PDT
I would even use { Valid, Destroyed }.
Comment 3 zalan 2015-08-03 11:24:59 PDT
Committed r187746: <http://trac.webkit.org/changeset/187746>