summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/CMakeLists.txt')
-rw-r--r--JavaScriptCore/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/JavaScriptCore/CMakeLists.txt b/JavaScriptCore/CMakeLists.txt
index 90067a4..e275db8 100644
--- a/JavaScriptCore/CMakeLists.txt
+++ b/JavaScriptCore/CMakeLists.txt
@@ -171,7 +171,8 @@ SET(JavaScriptCore_SOURCES
yarr/RegexJIT.cpp
wtf/DateMath.cpp
- wtf/PageAllocation.cpp
+ wtf/PageAllocationAligned.cpp
+ wtf/PageBlock.cpp
)
SET(JavaScriptCore_HEADERS )