Loading toolkit/modules/Troubleshoot.jsm +5 −2 Original line number Diff line number Diff line Loading @@ -469,8 +469,11 @@ var dataProviders = { // Eagerly free resources. let loseExt = gl.getExtension("WEBGL_lose_context"); // This extension is not necessarily available. Check for it. Fixes bug // 21972. if (loseExt) { loseExt.loseContext(); } return contextInfo; } Loading Loading
toolkit/modules/Troubleshoot.jsm +5 −2 Original line number Diff line number Diff line Loading @@ -469,8 +469,11 @@ var dataProviders = { // Eagerly free resources. let loseExt = gl.getExtension("WEBGL_lose_context"); // This extension is not necessarily available. Check for it. Fixes bug // 21972. if (loseExt) { loseExt.loseContext(); } return contextInfo; } Loading