mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1121855 - Fix camera crash. r=aosmond
This commit is contained in:
parent
1b9f2f2023
commit
4846f12964
2
dom/camera/DOMCameraControl.cpp
Normal file → Executable file
2
dom/camera/DOMCameraControl.cpp
Normal file → Executable file
@ -306,6 +306,8 @@ nsDOMCameraControl::nsDOMCameraControl(uint32_t aCameraId,
|
||||
nsDOMCameraControl::~nsDOMCameraControl()
|
||||
{
|
||||
DOM_CAMERA_LOGT("%s:%d : this=%p\n", __func__, __LINE__, this);
|
||||
/*invoke DOMMdediastream destroy*/
|
||||
Destroy();
|
||||
}
|
||||
|
||||
JSObject*
|
||||
|
Loading…
Reference in New Issue
Block a user