Bug 118271 - Unexpose EditingPropertiesToInclude in EditingStyle.h after r151772
Summary: Unexpose EditingPropertiesToInclude in EditingStyle.h after r151772
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-01 18:48 PDT by Ryosuke Niwa
Modified: 2013-07-02 05:21 PDT (History)
6 users (show)

See Also:


Attachments
Cleanup (11.12 KB, patch)
2013-07-01 19:17 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Cleanup (11.26 KB, patch)
2013-07-01 19:18 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-07-01 18:48:02 PDT
I realized that we don’t have to expose EditingPropertiesToInclude in EditingStyle.h since removeAllButEditingProperties doesn’t need to be a member function.
We can do other cleanups as well.
Comment 1 Ryosuke Niwa 2013-07-01 19:17:06 PDT
Created attachment 205853 [details]
Cleanup
Comment 2 Ryosuke Niwa 2013-07-01 19:18:28 PDT
Created attachment 205854 [details]
Cleanup
Comment 3 Andreas Kling 2013-07-02 05:00:05 PDT
Comment on attachment 205854 [details]
Cleanup

Great cleanup. r=me.
Comment 4 WebKit Commit Bot 2013-07-02 05:21:02 PDT
Comment on attachment 205854 [details]
Cleanup

Clearing flags on attachment: 205854

Committed r152286: <http://trac.webkit.org/changeset/152286>
Comment 5 WebKit Commit Bot 2013-07-02 05:21:04 PDT
All reviewed patches have been landed.  Closing bug.