[Webkit-unassigned] [Bug 39575] New: Switch JS wrappers from inheriting from JSObject to inheriting from JSObjectWithGlobalObject

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 23 17:47:55 PDT 2010


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

           Summary: Switch JS wrappers from inheriting from JSObject to
                    inheriting from JSObjectWithGlobalObject
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sam at webkit.org


Now that JavaScriptCore has JSObjectWithGlobalObject, we should move off of DOMObjectWithGlobalPointer and onto it.  This is the first step which makes DOMObject inherit from JSObjectWithGlobalObject but keeps DOMObjectWithGlobalPointer around.  I will remove it and condense the inheritance hierarchy in a subsequent patch.

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