Bug 166744 - Web Inspector: Remove unused delegate from VisualStyleSelectorSection
Summary: Web Inspector: Remove unused delegate from VisualStyleSelectorSection
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-05 14:39 PST by Joseph Pecoraro
Modified: 2017-01-05 15:43 PST (History)
3 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.65 KB, patch)
2017-01-05 14:39 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2017-01-05 14:39:15 PST
Summary:
Remove unused delegate from VisualStyleSelectorSection

The constructor sets:

    this._delegate = delegate || null;

But the property is never used.
Comment 1 Joseph Pecoraro 2017-01-05 14:39:43 PST
Created attachment 298138 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2017-01-05 15:43:03 PST
Comment on attachment 298138 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 298138

Committed r210379: <http://trac.webkit.org/changeset/210379>
Comment 3 WebKit Commit Bot 2017-01-05 15:43:08 PST
All reviewed patches have been landed.  Closing bug.