Bug 114726

Summary: [BlackBerry] GraphicsContext3D: don't initialize m_extensions in the constructor
Product: WebKit Reporter: Alberto Garcia <berto>
Component: WebKit BlackBerryAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, commit-queue, dino, mifenton, rwlbuis, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Alberto Garcia
Reported 2013-04-17 01:36:36 PDT
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.
Attachments
Patch (2.72 KB, patch)
2013-04-17 01:37 PDT, Alberto Garcia
no flags
Alberto Garcia
Comment 1 2013-04-17 01:37:46 PDT
WebKit Commit Bot
Comment 2 2013-04-17 02:17:08 PDT
Comment on attachment 198482 [details] Patch Clearing flags on attachment: 198482 Committed r148595: <http://trac.webkit.org/changeset/148595>
WebKit Commit Bot
Comment 3 2013-04-17 02:17:11 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.