Skip to content

Commit

Permalink
Apply patch. rdar://115122287
Browse files Browse the repository at this point in the history
Identifier: 265870.543@safari-7616-branch
  • Loading branch information
MyahCobbs committed Sep 11, 2023
1 parent e2be950 commit 1c562e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WebCore/Modules/webxr/WebXRSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ WebXRSession::WebXRSession(Document& document, WebXRSystem& system, XRSessionMod
, m_device(device)
, m_requestedFeatures(WTFMove(requestedFeatures))
, m_activeRenderState(WebXRRenderState::create(mode))
, m_viewerReferenceSpace(makeUnique<WebXRViewerSpace>(document, *this))
, m_viewerReferenceSpace(makeUniqueWithoutRefCountedCheck<WebXRViewerSpace>(document, *this))
, m_timeOrigin(MonotonicTime::now())
, m_views(device.views(mode))
{
Expand Down

0 comments on commit 1c562e8

Please sign in to comment.