Bug 118263

Summary: createOffScreenContext has unreachable code
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial CC: commit-queue, dino, noam
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Patch none

Description Alex Christensen 2013-07-01 14:48:48 PDT
GLPlatformContext.cpp makes two return statements in a row in the function createOffScreenContext if we're using GLX or EGL.  This makes a warning in Visual Studio when compiling with WebGL enabled.
Comment 1 Alex Christensen 2013-07-01 14:50:09 PDT
Created attachment 205837 [details]
Patch
Comment 2 WebKit Commit Bot 2013-07-01 15:45:29 PDT
Comment on attachment 205837 [details]
Patch

Clearing flags on attachment: 205837

Committed r152268: <http://trac.webkit.org/changeset/152268>
Comment 3 WebKit Commit Bot 2013-07-01 15:45:31 PDT
All reviewed patches have been landed.  Closing bug.