[Webkit-unassigned] [Bug 39928] New: Add a convenient helper getter for Frame* to RenderObject

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 29 22:21:02 PDT 2010


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

           Summary: Add a convenient helper getter for Frame* to
                    RenderObject
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tonikitoo at webkit.org
                CC: darin at apple.com


I think RenderObject and derivated classes are calling document()->frame() enough so it worth to add a shortcut: frame().

See RenderObject-based classes doing document()->frame() here http://pastebin.com/nzKxaSPM

ps: I only grep'ed for files that match *Render* and inside WebCore/rendering/  , so there are possible more call sites.

-- 
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