Bug 1391803 - Use nsStringFwd.h for forward declaring string classes. r=froydnj

We should not be declaring forward declarations for nsString classes directly,
instead we should use nsStringFwd.h. This will make changing the underlying
types easier.
This commit is contained in:
Eric Rahm
2017-08-16 16:48:52 -07:00
parent 2f8a0aa015
commit bf94c13168
102 changed files with 95 additions and 181 deletions

View File

@@ -8,13 +8,13 @@
#define nsIHTMLCollection_h___
#include "nsIDOMHTMLCollection.h"
#include "nsStringFwd.h"
#include "nsTArrayForwardDeclare.h"
#include "nsWrapperCache.h"
#include "js/GCAPI.h"
#include "js/TypeDecls.h"
class nsINode;
class nsString;
namespace mozilla {
namespace dom {