Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / tcmalloc / chromium / src / system-alloc.cc
index 2141d41..d1ae71d 100644 (file)
@@ -100,7 +100,7 @@ template <> bool CheckAddressBits<8 * sizeof(void*)>(uintptr_t ptr) {
   return true;
 }
 
-#if (defined(OS_LINUX) || defined(OS_CHROMEOS)) && defined(__x86_64__)
+#if defined(OS_LINUX) && defined(__x86_64__)
 #define ASLR_IS_SUPPORTED
 #endif