Bug 1119482, part 2 - Move HoldDropJSObjects.h from xpcom/glue to xpcom/base. r=froydnj

This will clear the way for a HoldDropJSObjects.cpp, as xpcom/glue seems to use weird linking rules.

--HG--
rename : xpcom/glue/HoldDropJSObjects.h => xpcom/base/HoldDropJSObjects.h
This commit is contained in:
Andrew McCreight 2015-03-10 16:41:38 -07:00
parent a5fe5ce48e
commit ea55946825
3 changed files with 1 additions and 1 deletions

View File

@ -77,6 +77,7 @@ EXPORTS.mozilla += [
'CycleCollectedJSRuntime.h',
'Debug.h',
'ErrorNames.h',
'HoldDropJSObjects.h',
'LinuxUtils.h',
'nsMemoryInfoDumper.h',
'StackWalk.h',

View File

@ -75,7 +75,6 @@ EXPORTS.mozilla += [
'EnumeratedArrayCycleCollection.h',
'FileUtils.h',
'GenericFactory.h',
'HoldDropJSObjects.h',
'IntentionalCrash.h',
'Monitor.h',
'Mutex.h',