Title: [262853] trunk/Source/WebCore
Revision
262853
Author
[email protected]
Date
2020-06-10 13:31:13 -0700 (Wed, 10 Jun 2020)

Log Message

Unreviewed, WPE Debug build fix attempt after r262838.

Still broken because of r262718 though...

* platform/xr/openxr/PlatformXROpenXR.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (262852 => 262853)


--- trunk/Source/WebCore/ChangeLog	2020-06-10 20:19:24 UTC (rev 262852)
+++ trunk/Source/WebCore/ChangeLog	2020-06-10 20:31:13 UTC (rev 262853)
@@ -1,3 +1,11 @@
+2020-06-10  Philippe Normand  <[email protected]>
+
+        Unreviewed, WPE Debug build fix attempt after r262838.
+
+        Still broken because of r262718 though...
+        
+        * platform/xr/openxr/PlatformXROpenXR.cpp:
+
 2020-06-10  Youenn Fablet  <[email protected]>
 
         BaseAudioSharedUnit does not need to restart its audio unit at resume time.

Modified: trunk/Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp (262852 => 262853)


--- trunk/Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp	2020-06-10 20:19:24 UTC (rev 262852)
+++ trunk/Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp	2020-06-10 20:31:13 UTC (rev 262853)
@@ -30,6 +30,8 @@
 #endif // USE_OPENXR
 #include <wtf/NeverDestroyed.h>
 
+use namespace WebCore;
+
 namespace PlatformXR {
 
 #if USE_OPENXR
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to