[Webkit-unassigned] [Bug 79129] New: [V8] Bindings for accessors never use the name param

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 11:06:19 PST 2012


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

           Summary: [V8] Bindings for accessors never use the name param
           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: japhet at chromium.org, antonm at chromium.org


The V8 bindings use v8::AccessorGetter and v8::AccessorSetter which takes the name of the property (as a v8::String) as the first argument. This is never[*] used in the binding code so we should get rid of it.

[*] There are two instances of these.

V8HTMLDocument::allAccessorSetter

This one can be fixed by only having a custom getter

V8MessageEvent::dataAccessorGetter:

This one can be replaced with a new v8::String

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