Bug 129397 - [WebGL] Only skip context error retrieval if a pending context
Summary: [WebGL] Only skip context error retrieval if a pending context
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-26 14:55 PST by Dean Jackson
Modified: 2022-10-10 15:05 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.42 KB, patch)
2014-02-26 14:56 PST, Dean Jackson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2014-02-26 14:55:20 PST
We should still call the context getError if there is a lost context. Only a pending one should early exit.
Comment 1 Dean Jackson 2014-02-26 14:56:38 PST
Created attachment 225302 [details]
Patch
Comment 2 Ahmad Saleem 2022-10-10 15:05:21 PDT
Landed and didn't backed out:

https://github.com/WebKit/WebKit/commit/6a499e6c1fc70dfab11f1ddaa5a6c94abc24a3ea

Marking this as "RESOLVED FIXED".