Bug 1137536, part 2 - Make sure every file that uses an nsCycleCollector_ function includes nsCycleCollector.h. r=smaug

This will let us remove it from headers after we split out DeferredFinalize into its own header.
This commit is contained in:
Andrew McCreight 2015-03-18 11:36:03 -07:00
parent 6b63ff6831
commit 051a46a530
3 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,7 @@
#include "MultipartFileImpl.h"
#include "nsAlgorithm.h"
#include "nsContentUtils.h"
#include "nsCycleCollector.h"
#include "nsError.h"
#include "nsDOMJSUtils.h"
#include "nsFormData.h"

View File

@ -13,6 +13,7 @@
#include "nsJSUtils.h"
#include "mozJSComponentLoader.h"
#include "nsContentUtils.h"
#include "nsCycleCollector.h"
#include "jsfriendapi.h"
#include "js/StructuredClone.h"
#include "mozilla/Attributes.h"

View File

@ -31,6 +31,7 @@
#include "nsContentUtils.h"
#include "nsCCUncollectableMarker.h"
#include "nsCycleCollectionNoteRootCallback.h"
#include "nsCycleCollector.h"
#include "nsScriptLoader.h"
#include "jsfriendapi.h"
#include "jsprf.h"