From 92834d5631cd2ca2a6031f129429da9f34a54fbc Mon Sep 17 00:00:00 2001 From: Kimmo Ollila Date: Sun, 15 Jan 2017 13:12:41 +0200 Subject: Add masm allocator for INTEGRITY Change-Id: I0d351f03416ff7ff596eccc88bb49abd48590b3f Reviewed-by: Antti Kokko Reviewed-by: Lars Knoll --- src/3rdparty/masm/masm.pri | 1 + 1 file changed, 1 insertion(+) (limited to 'src/3rdparty/masm/masm.pri') diff --git a/src/3rdparty/masm/masm.pri b/src/3rdparty/masm/masm.pri index afa1438974..c63cd5da66 100644 --- a/src/3rdparty/masm/masm.pri +++ b/src/3rdparty/masm/masm.pri @@ -13,6 +13,7 @@ HEADERS += $$PWD/wtf/RawPointer.h winrt: SOURCES += $$PWD/wtf/OSAllocatorWinRT.cpp else:win32: SOURCES += $$PWD/wtf/OSAllocatorWin.cpp +else:integrity: SOURCES += $$PWD/wtf/OSAllocatorIntegrity.cpp else: SOURCES += $$PWD/wtf/OSAllocatorPosix.cpp HEADERS += $$PWD/wtf/OSAllocator.h -- cgit v1.2.3