Merge pull request #6745 from Snuffleupagus/bug-1232071
Reset the `styleElement` when clearing out loaded fonts (bug 1232017)
This commit is contained in:
commit
4485c79940
@ -49,6 +49,7 @@ FontLoader.prototype = {
|
|||||||
var styleElement = this.styleElement;
|
var styleElement = this.styleElement;
|
||||||
if (styleElement) {
|
if (styleElement) {
|
||||||
styleElement.parentNode.removeChild(styleElement);
|
styleElement.parentNode.removeChild(styleElement);
|
||||||
|
styleElement = this.styleElement = null;
|
||||||
}
|
}
|
||||||
//#if !(MOZCENTRAL)
|
//#if !(MOZCENTRAL)
|
||||||
this.nativeFontFaces.forEach(function(nativeFontFace) {
|
this.nativeFontFaces.forEach(function(nativeFontFace) {
|
||||||
|
Loading…
Reference in New Issue
Block a user