зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1241405 - reset mCurrentPlayRangeStart in AbortExistingLoads(). r=jya.
This commit is contained in:
Родитель
b9727f12f3
Коммит
82d61b385d
|
@ -737,6 +737,7 @@ void HTMLMediaElement::AbortExistingLoads()
|
||||||
}
|
}
|
||||||
|
|
||||||
mError = nullptr;
|
mError = nullptr;
|
||||||
|
mCurrentPlayRangeStart = -1.0;
|
||||||
mLoadedDataFired = false;
|
mLoadedDataFired = false;
|
||||||
mAutoplaying = true;
|
mAutoplaying = true;
|
||||||
mIsLoadingFromSourceChildren = false;
|
mIsLoadingFromSourceChildren = false;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче