[Webkit-unassigned] [Bug 24491] New: Rename posOffset to m_offset, get rid of accessor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 10 08:31:54 PDT 2009


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

           Summary: Rename posOffset to m_offset, get rid of accessor
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xan.lopez at gmail.com


As suggested in dom/Position.h, this patch gets rid of the 'offset()' accessor
and renames posOffset to m_offset. I've used m_offset instead of offset to
follow the style guide lines, since Position is still a class and not a
structure. If the long term plan is still to make it a structure it would be
pretty easy to just s/m_offset/offset/ globally when that is achieved.


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



More information about the webkit-unassigned mailing list