зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1362903 - Clear gCurrentURL on reftest finishes. r=jmaher
MozReview-Commit-ID: 82jsXh702fj
This commit is contained in:
Родитель
4e5fc5862f
Коммит
fb7d249ae4
|
@ -833,6 +833,7 @@ function RecordResult()
|
|||
clearTimeout(gFailureTimeout);
|
||||
gFailureReason = null;
|
||||
gFailureTimeout = null;
|
||||
gCurrentURL = null;
|
||||
|
||||
if (gCurrentTestType == TYPE_SCRIPT) {
|
||||
var error = '';
|
||||
|
|
Загрузка…
Ссылка в новой задаче