[Webkit-unassigned] [Bug 90208] New: [V8] HTMLFormElement elements is not retained

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 28 14:27:10 PDT 2012


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

           Summary: [V8] HTMLFormElement elements is not retained
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arv at chromium.org
                CC: haraken at chromium.org


The following fails with the V8 bindings because we are not keeping the wrapper for the HTMLFormCollection alive

var form= ....
form.elements.custom = 42;
gc();
shouldBe('form.elements.custom', '42');

This causes a test as part of bug 90194 to fail in V8.

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