[Webkit-unassigned] [Bug 123150] New: Introduce RENDER_OBJECT_TYPE_CASTS to replace manual toFoo() in child render objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 22 04:48:16 PDT 2013


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

           Summary: Introduce RENDER_OBJECT_TYPE_CASTS to replace manual
                    toFoo() in child render objects
           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


As a step to let toFoo use TYPE_CASTS_BASE, toRenderFoo() can use it for child render object. So, this patch introduces RENDER_OBJECT_TYPE_CASTS based on the TYPE_CASTS_BASE. This will generate plenty more helper functions for render object type cast.

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