RESOLVED FIXED145093
Remove styleText() and applyStyleText() from InspectorStyle
https://bugs.webkit.org/show_bug.cgi?id=145093
Summary Remove styleText() and applyStyleText() from InspectorStyle
Sungmann Cho
Reported 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.
Attachments
Patch (3.03 KB, patch)
2015-05-15 22:55 PDT, Sungmann Cho
no flags
Sungmann Cho
Comment 1 2015-05-15 22:55:31 PDT
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2015-05-16 13:01:38 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.