Commit debfd98e authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 21972: about:support is partially broken

parent 54937169
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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;
    }