[Webkit-unassigned] [Bug 30020] New: [chromium] Fix WebGL build after CustomGetter constructor changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 2 09:32:55 PDT 2009


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

           Summary: [chromium] Fix WebGL build after CustomGetter
                    constructor changes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbr at google.com


https://bugs.webkit.org/show_bug.cgi?id=29940 changed the form of V8 bindings
for constructors marked CustomGetter. The constructors being proposed in the
WebGL spec for new array-like objects don't need this special treatment so the
CustomGetter should be changed to JSCCustomGetter. I'm not 100% sure even this
attribute is needed but I've built both WebKit and Chromium with this change
and verified that it fixes the Chromium WebGL build without affecting the
WebKit build.

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