Title: [265549] trunk/Source/WebCore
- Revision
- 265549
- Author
- svil...@igalia.com
- Date
- 2020-08-12 06:35:38 -0700 (Wed, 12 Aug 2020)
Log Message
Unreviewed build fix after r265546.
The <Ref.h> include should be now in the header now that we've inlined the create() function.
* Modules/webxr/WebXRInputSourceArray.cpp: Removed include.
* Modules/webxr/WebXRInputSourceArray.h: Added include
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (265548 => 265549)
--- trunk/Source/WebCore/ChangeLog 2020-08-12 12:25:49 UTC (rev 265548)
+++ trunk/Source/WebCore/ChangeLog 2020-08-12 13:35:38 UTC (rev 265549)
@@ -1,3 +1,12 @@
+2020-08-12 Sergio Villar Senin <svil...@igalia.com>
+
+ Unreviewed build fix after r265546.
+
+ The <Ref.h> include should be now in the header now that we've inlined the create() function.
+
+ * Modules/webxr/WebXRInputSourceArray.cpp: Removed include.
+ * Modules/webxr/WebXRInputSourceArray.h: Added include
+
2020-08-12 Youenn Fablet <you...@apple.com>
Refresh WritableStream up to spec
Modified: trunk/Source/WebCore/Modules/webxr/WebXRInputSourceArray.cpp (265548 => 265549)
--- trunk/Source/WebCore/Modules/webxr/WebXRInputSourceArray.cpp 2020-08-12 12:25:49 UTC (rev 265548)
+++ trunk/Source/WebCore/Modules/webxr/WebXRInputSourceArray.cpp 2020-08-12 13:35:38 UTC (rev 265549)
@@ -29,7 +29,6 @@
#if ENABLE(WEBXR)
#include <wtf/IsoMallocInlines.h>
-#include <wtf/Ref.h>
namespace WebCore {
Modified: trunk/Source/WebCore/Modules/webxr/WebXRInputSourceArray.h (265548 => 265549)
--- trunk/Source/WebCore/Modules/webxr/WebXRInputSourceArray.h 2020-08-12 12:25:49 UTC (rev 265548)
+++ trunk/Source/WebCore/Modules/webxr/WebXRInputSourceArray.h 2020-08-12 13:35:38 UTC (rev 265549)
@@ -28,6 +28,7 @@
#if ENABLE(WEBXR)
#include <wtf/IsoMalloc.h>
+#include <wtf/Ref.h>
#include <wtf/RefCounted.h>
namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes