diff options
Diffstat (limited to 'JavaScriptCore/CMakeLists.txt')
| -rw-r--r-- | JavaScriptCore/CMakeLists.txt | 3 |
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 ) |
