Title: [263505] trunk/Source/WebCore
- Revision
- 263505
- Author
- [email protected]
- Date
- 2020-06-25 06:09:27 -0700 (Thu, 25 Jun 2020)
Log Message
Unreviewed, WPE Debug build fix after r263503.
* platform/xr/openxr/PlatformXROpenXR.cpp:
(PlatformXR::OpenXRDevice::OpenXRDevice): Use m_instance instead of m_impl->xrInstance().
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (263504 => 263505)
--- trunk/Source/WebCore/ChangeLog 2020-06-25 13:02:15 UTC (rev 263504)
+++ trunk/Source/WebCore/ChangeLog 2020-06-25 13:09:27 UTC (rev 263505)
@@ -1,3 +1,10 @@
+2020-06-25 Sergio Villar Senin <[email protected]>
+
+ Unreviewed, WPE Debug build fix after r263503.
+
+ * platform/xr/openxr/PlatformXROpenXR.cpp:
+ (PlatformXR::OpenXRDevice::OpenXRDevice): Use m_instance instead of m_impl->xrInstance().
+
2020-06-25 Alicia Boya GarcĂa <[email protected]>
[GStreamer] Don't invalidate MainThreadNotifier until the streaming threads are joined
Modified: trunk/Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp (263504 => 263505)
--- trunk/Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp 2020-06-25 13:02:15 UTC (rev 263504)
+++ trunk/Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp 2020-06-25 13:09:27 UTC (rev 263505)
@@ -214,7 +214,7 @@
if (result == XR_SUCCESS)
m_supportsOrientationTracking = systemProperties.trackingProperties.orientationTracking == XR_TRUE;
else
- LOG(XR, "xrGetSystemProperties(): error %s\n", resultToString(result, m_impl->xrInstance()).utf8().data());
+ LOG(XR, "xrGetSystemProperties(): error %s\n", resultToString(result, m_instance).utf8().data());
collectSupportedSessionModes();
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes