diff options
author | Konstantin Tokarev <annulen@yandex.ru> | 2017-11-04 12:43:39 +0300 |
---|---|---|
committer | Konstantin Tokarev <annulen@yandex.ru> | 2017-11-04 18:45:36 +0000 |
commit | 69dda76cc3d720d822d2bd35f49732ecc8199d75 (patch) | |
tree | 50a8953d6363a98c27d104647a99d0272f03653d /Source/JavaScriptCore | |
parent | aa80d42eb3696071da31827ff27b3963eda59ac0 (diff) | |
download | qtwebkit-69dda76cc3d720d822d2bd35f49732ecc8199d75.tar.gz |
Import WebKit commit 708de1520656bdf12023c04199ecab1b427d5e0c
Change-Id: Id24f973470620b1c7a36576606b81f5df0fd75d0
Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Source/JavaScriptCore')
-rw-r--r-- | Source/JavaScriptCore/CMakeLists.txt | 1 | ||||
-rw-r--r-- | Source/JavaScriptCore/runtime/JSGenericTypedArrayViewConstructorInlines.h | 1 |
2 files changed, 2 insertions, 0 deletions
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" |