Bug 976350 patch 1: Move the contents of nsTraceRefcnt.h into nsISupportsImpl.h. r=bsmedberg

This makes sense since the file no longer contains anything with the
nsTraceRefcnt name in it, and it will allow renaming nsTraceRefcntImpl
back to nsTraceRefcnt.
This commit is contained in:
L. David Baron
2014-02-26 13:36:35 -08:00
parent b60cba0ba6
commit eccc6c3bd1
102 changed files with 139 additions and 163 deletions

View File

@@ -33,7 +33,7 @@
#include "nsString.h"
#include "nsINameSpaceManager.h"
#include "nsIContent.h"
#include "nsTraceRefcnt.h"
#include "nsISupportsImpl.h"
#include "jArray.h"
#include "nsHtml5ArrayCopy.h"
#include "nsAHtml5TreeBuilderState.h"