mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 19:41:49 +00:00
Bug 1037370 - fix null exception for parentNode becomes null when the last token is finished. r=cajbir
This commit is contained in:
parent
f0379ce0c3
commit
88fb55cbd5
@ -57,9 +57,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=778077
|
||||
|
||||
v.keyframeIndex++
|
||||
if (v.keyframeIndex == v.keyframes.length) {
|
||||
manager.finished(v.token);
|
||||
v.src = "";
|
||||
v.parentNode.removeChild(v);
|
||||
manager.finished(v.token);
|
||||
} else {
|
||||
doSeek(v);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user