summaryrefslogtreecommitdiff
path: root/src/third_party/mozjs-45/platform/x86_64/macOS/build/Unified_cpp_js_src24.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/mozjs-45/platform/x86_64/macOS/build/Unified_cpp_js_src24.cpp')
-rw-r--r--src/third_party/mozjs-45/platform/x86_64/macOS/build/Unified_cpp_js_src24.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/third_party/mozjs-45/platform/x86_64/macOS/build/Unified_cpp_js_src24.cpp b/src/third_party/mozjs-45/platform/x86_64/macOS/build/Unified_cpp_js_src24.cpp
index b823d8f06f7..20ee169666c 100644
--- a/src/third_party/mozjs-45/platform/x86_64/macOS/build/Unified_cpp_js_src24.cpp
+++ b/src/third_party/mozjs-45/platform/x86_64/macOS/build/Unified_cpp_js_src24.cpp
@@ -1,4 +1,13 @@
#define MOZ_UNIFIED_BUILD
+#include "jsnativestack.cpp"
+#ifdef PL_ARENA_CONST_ALIGN_MASK
+#error "jsnativestack.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode."
+#undef PL_ARENA_CONST_ALIGN_MASK
+#endif
+#ifdef INITGUID
+#error "jsnativestack.cpp defines INITGUID, so it cannot be built in unified mode."
+#undef INITGUID
+#endif
#include "jsnum.cpp"
#ifdef PL_ARENA_CONST_ALIGN_MASK
#error "jsnum.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode."
@@ -44,12 +53,3 @@
#error "jsprf.cpp defines INITGUID, so it cannot be built in unified mode."
#undef INITGUID
#endif
-#include "jspropertytree.cpp"
-#ifdef PL_ARENA_CONST_ALIGN_MASK
-#error "jspropertytree.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode."
-#undef PL_ARENA_CONST_ALIGN_MASK
-#endif
-#ifdef INITGUID
-#error "jspropertytree.cpp defines INITGUID, so it cannot be built in unified mode."
-#undef INITGUID
-#endif