[Webkit-unassigned] [Bug 27287] New: [V8] Fix isolated world constructors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 19:56:11 PDT 2009


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

           Summary: [V8] Fix isolated world constructors
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abarth at webkit.org


Currently the isolated world constructors are a bit confused.  The V8Proxy was
entering m_context before creating the constructors, effectively moving the
constructors to the main m_context world.  We need to use our new
getWrapperContext helps instead.  Patch forthcoming.

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