Bug 137063 - Remove shouldIndentText() in LineWidth class
Summary: Remove shouldIndentText() in LineWidth class
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jaehun Lim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-24 02:33 PDT by Jaehun Lim
Modified: 2014-09-24 04:09 PDT (History)
4 users (show)

See Also:


Attachments
Patch (4.83 KB, patch)
2014-09-24 02:38 PDT, Jaehun Lim
no flags Details | Formatted Diff | Diff
Patch (4.96 KB, patch)
2014-09-24 02:40 PDT, Jaehun Lim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaehun Lim 2014-09-24 02:33:29 PDT
m_shouldIndentText is used only inside LineWidth class.
Remove public getter and use m_shouldIndentText directly.
Comment 1 Jaehun Lim 2014-09-24 02:38:10 PDT
Created attachment 238594 [details]
Patch
Comment 2 Jaehun Lim 2014-09-24 02:40:18 PDT
Created attachment 238595 [details]
Patch