From 69dda76cc3d720d822d2bd35f49732ecc8199d75 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Sat, 4 Nov 2017 12:43:39 +0300 Subject: Import WebKit commit 708de1520656bdf12023c04199ecab1b427d5e0c Change-Id: Id24f973470620b1c7a36576606b81f5df0fd75d0 Reviewed-by: Konstantin Tokarev --- Source/JavaScriptCore/CMakeLists.txt | 1 + .../JavaScriptCore/runtime/JSGenericTypedArrayViewConstructorInlines.h | 1 + 2 files changed, 2 insertions(+) (limited to 'Source/JavaScriptCore') diff --git a/Source/JavaScriptCore/CMakeLists.txt b/Source/JavaScriptCore/CMakeLists.txt index a207c0f60..937b3ed00 100644 --- a/Source/JavaScriptCore/CMakeLists.txt +++ b/Source/JavaScriptCore/CMakeLists.txt @@ -1277,6 +1277,7 @@ endif () if (WTF_CPU_ARM) elseif (WTF_CPU_ARM64) +elseif (WTF_CPU_ALPHA) elseif (WTF_CPU_HPPA) elseif (WTF_CPU_PPC) elseif (WTF_CPU_PPC64) diff --git a/Source/JavaScriptCore/runtime/JSGenericTypedArrayViewConstructorInlines.h b/Source/JavaScriptCore/runtime/JSGenericTypedArrayViewConstructorInlines.h index e7592c0b0..f694bf6b8 100644 --- a/Source/JavaScriptCore/runtime/JSGenericTypedArrayViewConstructorInlines.h +++ b/Source/JavaScriptCore/runtime/JSGenericTypedArrayViewConstructorInlines.h @@ -32,6 +32,7 @@ #include "JSCJSValueInlines.h" #include "JSDataView.h" #include "JSGenericTypedArrayViewConstructor.h" +#include "JSGenericTypedArrayViewInlines.h" #include "JSGlobalObject.h" #include "StructureInlines.h" -- cgit v1.2.1