Reset the styleElement when clearing out loaded fonts (bug 1232017)

*This is a follow-up to PR 6571.*

Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1232071.
This commit is contained in:
Jonas Jenwald 2015-12-12 11:33:43 +01:00
parent 4d6f3c85e0
commit f0e4795302

View File

@ -49,6 +49,7 @@ FontLoader.prototype = {
var styleElement = this.styleElement;
if (styleElement) {
styleElement.parentNode.removeChild(styleElement);
styleElement = this.styleElement = null;
}
//#if !(MOZCENTRAL)
this.nativeFontFaces.forEach(function(nativeFontFace) {