Bug 1423512 - Remove unnecessary XPCOM_GLUE define in DMD. r?njn draft
authorMike Hommey <mh+mozilla@glandium.org>
Wed, 06 Dec 2017 09:52:55 +0900
changeset 708690 38eb8e86d4dcfcac313b49328dac765760f8d125
parent 708689 d523cf3c7512d7340e318d682f9dc22bea547463
child 708691 8747ec5ef3090a546c1f2c9c319fee03b6138596
push id92405
push userbmo:mh+mozilla@glandium.org
push dateWed, 06 Dec 2017 22:32:57 +0000
reviewersnjn
bugs1423512, 1122337
milestone59.0a1
Bug 1423512 - Remove unnecessary XPCOM_GLUE define in DMD. r?njn This was added in bug 1122337 back when the stackwalker was still in XPCOM, which it isn't anymore, so XPCOM_GLUE is not necessary anymore.
memory/replace/dmd/moz.build
--- a/memory/replace/dmd/moz.build
+++ b/memory/replace/dmd/moz.build
@@ -19,17 +19,16 @@ if not CONFIG['MOZ_REPLACE_MALLOC_STATIC
         '/mfbt/Poison.cpp',
         '/mozglue/misc/StackWalk.cpp',
     ]
 
 ReplaceMalloc('dmd')
 
 DEFINES['MOZ_NO_MOZALLOC'] = True
 DEFINES['IMPL_MFBT'] = True
-DEFINES['XPCOM_GLUE'] = True
 
 if CONFIG['MOZ_OPTIMIZE']:
     DEFINES['MOZ_OPTIMIZE'] = True
 
 DisableStlWrapping()
 
 if CONFIG['OS_ARCH'] == 'WINNT':
     OS_LIBS += [