[Webkit-unassigned] [Bug 125482] New: Set m_nextBreakablePosition as private in InlineIterator, and use it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 9 21:18:11 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=125482

           Summary: Set m_nextBreakablePosition as private in
                    InlineIterator, and use it
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


InlineIterator has been exported m_nextBreakablePosition as public though it is member variable. This patch set it as private, and add getter/setter functions for it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list