Bug 145093 - Remove styleText() and applyStyleText() from InspectorStyle
Summary: Remove styleText() and applyStyleText() from InspectorStyle
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sungmann Cho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-15 22:39 PDT by Sungmann Cho
Modified: 2015-05-16 13:01 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.03 KB, patch)
2015-05-15 22:55 PDT, Sungmann Cho
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sungmann Cho 2015-05-15 22:39:19 PDT
styleText() and applyStyleText() in InspectorStyle are private aliases for the public accessors
in the same class but are rarely used. I think it would be better off removing these aliases
and updating all the current call sites to use the public accessors directly.
Comment 1 Sungmann Cho 2015-05-15 22:55:31 PDT
Created attachment 253267 [details]
Patch
Comment 2 WebKit Commit Bot 2015-05-16 13:01:35 PDT
Comment on attachment 253267 [details]
Patch

Clearing flags on attachment: 253267

Committed r184437: <http://trac.webkit.org/changeset/184437>
Comment 3 WebKit Commit Bot 2015-05-16 13:01:38 PDT
All reviewed patches have been landed.  Closing bug.