Bug 118323 - EGL compile error for non-X11 platforms
Summary: EGL compile error for non-X11 platforms
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P3 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-02 13:43 PDT by Alex Christensen
Modified: 2013-07-02 14:59 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.47 KB, patch)
2013-07-02 13:45 PDT, Alex Christensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2013-07-02 13:43:50 PDT
Compiling GLContextEGL.cpp on non-X11 platforms currently fails.  The function GLContextEGL::createPixmapContext declares a variable named "context" inside #if PLATFORM(X11) and uses it outside of the macro protection.
Comment 1 Alex Christensen 2013-07-02 13:45:45 PDT
Created attachment 205942 [details]
Patch
Comment 2 Brent Fulgham 2013-07-02 14:24:08 PDT
Comment on attachment 205942 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2013-07-02 14:59:33 PDT
Comment on attachment 205942 [details]
Patch

Clearing flags on attachment: 205942

Committed r152323: <http://trac.webkit.org/changeset/152323>
Comment 4 WebKit Commit Bot 2013-07-02 14:59:34 PDT
All reviewed patches have been landed.  Closing bug.