[Webkit-unassigned] [Bug 114726] New: [BlackBerry] GraphicsContext3D: don't initialize m_extensions in the constructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 17 01:38:18 PDT 2013


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

           Summary: [BlackBerry] GraphicsContext3D: don't initialize
                    m_extensions in the constructor
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: agarcia at igalia.com
                CC: cgarcia at igalia.com


m_extensions is now initialized on demand by GraphicsContext3D::getExtensions().

Doing it in the constructor produces a crash, because Extensions3DOpenGLES() calls glGetString before the WebGL context is current.

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