Bug 912747 - Change nsCycleCollectionHoldDrop.h to mozilla/HoldDropJSObjects.h. r=khuey

--HG--
rename : xpcom/glue/nsCycleCollectionHoldDrop.h => xpcom/glue/HoldDropJSObjects.h
This commit is contained in:
Andrew McCreight 2013-09-10 08:29:43 -07:00
parent dd29a2cde6
commit dbad6e68d0
9 changed files with 13 additions and 12 deletions

View File

@ -6,8 +6,8 @@
#include "mozilla/dom/ImageData.h"
#include "mozilla/HoldDropJSObjects.h"
#include "mozilla/dom/ImageDataBinding.h"
#include "nsCycleCollectionHoldDrop.h"
#include "jsapi.h"

View File

@ -5,7 +5,7 @@
#include "nsDOMMessageEvent.h"
#include "nsCycleCollectionHoldDrop.h"
#include "mozilla/HoldDropJSObjects.h"
#include "jsapi.h"
using namespace mozilla;

View File

@ -4,9 +4,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsError.h"
#include "nsDOMNotifyAudioAvailableEvent.h"
#include "nsCycleCollectionHoldDrop.h"
#include "nsError.h"
#include "mozilla/HoldDropJSObjects.h"
#include "jsfriendapi.h"
using namespace mozilla;

View File

@ -6,7 +6,7 @@
#include "mozilla/dom/HTMLAllCollection.h"
#include "nsCycleCollectionHoldDrop.h"
#include "mozilla/HoldDropJSObjects.h"
#include "nsDOMClassInfo.h"
#include "nsHTMLDocument.h"

View File

@ -8,11 +8,11 @@
#include "jsapi.h"
#include "jsprf.h"
#include "js/OldDebugAPI.h"
#include "mozilla/HoldDropJSObjects.h"
#include "mozilla/Util.h"
#include "mozilla/dom/Exceptions.h"
#include "nsContentUtils.h"
#include "nsCOMPtr.h"
#include "nsCycleCollectionHoldDrop.h"
#include "nsIClassInfoImpl.h"
#include "nsIDocument.h"
#include "nsIDOMDOMException.h"

View File

@ -8,7 +8,7 @@
#include "jsproxy.h"
#include "mozilla/dom/DOMJSProxyHandler.h"
#include "nsCycleCollectionHoldDrop.h"
#include "mozilla/HoldDropJSObjects.h"
#include "nsCycleCollectionTraversalCallback.h"
#include "nsCycleCollector.h"

View File

@ -19,11 +19,11 @@
#include "nsISupports.h"
#include "nsISupportsImpl.h"
#include "nsCycleCollectionHoldDrop.h"
#include "nsCycleCollectionParticipant.h"
#include "jswrapper.h"
#include "mozilla/Assertions.h"
#include "mozilla/ErrorResult.h"
#include "mozilla/HoldDropJSObjects.h"
#include "mozilla/Util.h"
#include "nsContentUtils.h"
#include "nsCxPusher.h"

View File

@ -4,8 +4,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef nsCycleCollectionHoldDrop_h_
#define nsCycleCollectionHoldDrop_h_
#ifndef mozilla_HoldDropJSObjects_h
#define mozilla_HoldDropJSObjects_h
#include "mozilla/TypeTraits.h"
#include "nsCycleCollectionParticipant.h"
@ -68,4 +68,4 @@ void DropJSObjects(T* aHolder)
} // namespace mozilla
#endif // nsCycleCollectionHoldDrop_h_
#endif // mozilla_HoldDropJSObjects_h

View File

@ -23,7 +23,6 @@ EXPORTS += [
'nsCategoryCache.h',
'nsClassHashtable.h',
'nsComponentManagerUtils.h',
'nsCycleCollectionHoldDrop.h',
'nsCycleCollectionNoteChild.h',
'nsCycleCollectionNoteRootCallback.h',
'nsCycleCollectionParticipant.h',
@ -74,6 +73,7 @@ EXPORTS.mozilla += [
'DeadlockDetector.h',
'FileUtils.h',
'GenericFactory.h',
'HoldDropJSObjects.h',
'IntentionalCrash.h',
'Monitor.h',
'Mutex.h',