[Webkit-unassigned] [Bug 31380] New: DOM Wrappers for some nodes may not be marked.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 15:31:03 PST 2009


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

           Summary: DOM Wrappers for some nodes may not be marked.
           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: barraclough at apple.com


Some markChildren methods are calling getCachedDOMNodeWrapper, which will find
the wrapper for the current world only.  This means that wrappers may be GC'ed
prematurely, and properties lost.

Move to a model more like markDOMObjectWrapper, mark wrappers for all worlds.

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