Title: [262855] trunk/Source/WebCore
Revision
262855
Author
ph...@webkit.org
Date
2020-06-10 13:36:34 -0700 (Wed, 10 Jun 2020)

Log Message

Unreviewed, WPE Debug build fix attempt after r262838.

Second attempt. :) Still broken because of r262718 though...

* platform/xr/openxr/PlatformXROpenXR.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (262854 => 262855)


--- trunk/Source/WebCore/ChangeLog	2020-06-10 20:34:18 UTC (rev 262854)
+++ trunk/Source/WebCore/ChangeLog	2020-06-10 20:36:34 UTC (rev 262855)
@@ -2,6 +2,14 @@
 
         Unreviewed, WPE Debug build fix attempt after r262838.
 
+        Second attempt. :) Still broken because of r262718 though...
+
+        * platform/xr/openxr/PlatformXROpenXR.cpp:
+
+2020-06-10  Philippe Normand  <pnorm...@igalia.com>
+
+        Unreviewed, WPE Debug build fix attempt after r262838.
+
         Still broken because of r262718 though...
         
         * platform/xr/openxr/PlatformXROpenXR.cpp:

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


--- trunk/Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp	2020-06-10 20:34:18 UTC (rev 262854)
+++ trunk/Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp	2020-06-10 20:36:34 UTC (rev 262855)
@@ -30,7 +30,7 @@
 #endif // USE_OPENXR
 #include <wtf/NeverDestroyed.h>
 
-use namespace WebCore;
+using namespace WebCore;
 
 namespace PlatformXR {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to