forked from mirrors/gecko-dev
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue