forked from mirrors/gecko-dev
Bug 1881257 - Reset mSourceTopWindowContext when drag session end; r=NeilDeakin
Differential Revision: https://phabricator.services.mozilla.com/D203103
This commit is contained in:
parent
20691196a3
commit
202c486861
1 changed files with 1 additions and 0 deletions
|
|
@ -634,6 +634,7 @@ nsBaseDragService::EndDragSession(bool aDoneDrag, uint32_t aKeyModifiers) {
|
||||||
mSourceDocument = nullptr;
|
mSourceDocument = nullptr;
|
||||||
mSourceNode = nullptr;
|
mSourceNode = nullptr;
|
||||||
mSourceWindowContext = nullptr;
|
mSourceWindowContext = nullptr;
|
||||||
|
mSourceTopWindowContext = nullptr;
|
||||||
mTriggeringPrincipal = nullptr;
|
mTriggeringPrincipal = nullptr;
|
||||||
mCsp = nullptr;
|
mCsp = nullptr;
|
||||||
mSelection = nullptr;
|
mSelection = nullptr;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue