Title: [228874] trunk/Source/WebCore
- Revision
- 228874
- Author
- [email protected]
- Date
- 2018-02-21 09:00:21 -0800 (Wed, 21 Feb 2018)
Log Message
Unreviewed attempt to fix build after r228867.
* Modules/webvr/VRStageParameters.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (228873 => 228874)
--- trunk/Source/WebCore/ChangeLog 2018-02-21 16:35:21 UTC (rev 228873)
+++ trunk/Source/WebCore/ChangeLog 2018-02-21 17:00:21 UTC (rev 228874)
@@ -1,3 +1,9 @@
+2018-02-21 Chris Dumez <[email protected]>
+
+ Unreviewed attempt to fix build after r228867.
+
+ * Modules/webvr/VRStageParameters.cpp:
+
2018-02-21 Philippe Normand <[email protected]>
[GStreamer] Crash in Debug build when purging invalid tracks
Modified: trunk/Source/WebCore/Modules/webvr/VRStageParameters.cpp (228873 => 228874)
--- trunk/Source/WebCore/Modules/webvr/VRStageParameters.cpp 2018-02-21 16:35:21 UTC (rev 228873)
+++ trunk/Source/WebCore/Modules/webvr/VRStageParameters.cpp 2018-02-21 17:00:21 UTC (rev 228874)
@@ -22,9 +22,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+
#include "config.h"
#include "VRStageParameters.h"
+#include <_javascript_Core/GenericTypedArrayViewInlines.h>
+
namespace WebCore {
VRStageParameters::VRStageParameters(const TransformationMatrix& sittingToStandingTransform, const FloatSize& playAreaBounds)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes