mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Followup to hopefully fix browser_se_first-run.js after bug 1270994 landed rs=gijs
--HG-- extra : amend_source : 616c26abebfed46a5a195a78999876170a148d18
This commit is contained in:
parent
01992bca45
commit
1600254607
@ -33,7 +33,7 @@ function create3DContext(canvas) {
|
||||
// try to get a valid context from an existing canvas
|
||||
let context = null;
|
||||
try {
|
||||
context = canvas.getContext(WEBGL_CONTEXT_NAME, {});
|
||||
context = canvas.getContext(WEBGL_CONTEXT_NAME, aFlags);
|
||||
} catch (e) {
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user