RESOLVED FIXED 212516
[WebXR] WebXRSystem::unregisterSimulatedXRDeviceForTesting() ASSERTs in m_immersiveDevices.contains(device)
https://bugs.webkit.org/show_bug.cgi?id=212516
Summary [WebXR] WebXRSystem::unregisterSimulatedXRDeviceForTesting() ASSERTs in m_imm...
Sergio Villar Senin
Reported 2020-05-29 03:00:31 PDT
[WebXR] WebXRSystem::unregisterSimulatedXRDeviceForTesting() ASSERTs in m_immersiveDevices.contains(device)
Attachments
Patch (3.76 KB, patch)
2020-05-29 03:04 PDT, Sergio Villar Senin
zan: review+
Sergio Villar Senin
Comment 1 2020-05-29 03:04:58 PDT
Zan Dobersek
Comment 2 2020-05-29 03:24:10 PDT
Comment on attachment 400562 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=400562&action=review > Source/WebCore/Modules/webxr/WebXRSystem.cpp:457 > + UNUSED_VARIABLE(removed); > + ASSERT(removed || m_inlineXRDevice == &device); Can be folded into ASSERT_UNUSED.
Sergio Villar Senin
Comment 3 2020-05-29 06:18:13 PDT
Radar WebKit Bug Importer
Comment 4 2020-05-29 06:19:17 PDT
Note You need to log in before you can comment on or make changes to this bug.