Bug 959150 part 1 - Represent nodes as void* in the portable part of the parser. r=smaug.

This commit is contained in:
Henri Sivonen
2014-03-05 21:38:49 +02:00
parent e975e344d8
commit 9a0ebc58ff
25 changed files with 197 additions and 172 deletions

View File

@@ -33,7 +33,7 @@
#include "nsString.h"
#include "nsNameSpaceManager.h"
#include "nsIContent.h"
#include "nsISupportsImpl.h"
#include "nsTraceRefcnt.h"
#include "jArray.h"
#include "nsHtml5ArrayCopy.h"
#include "nsAHtml5TreeBuilderState.h"
@@ -41,6 +41,7 @@
#include "nsHtml5ByteReadable.h"
#include "nsIUnicodeDecoder.h"
#include "nsHtml5Macros.h"
#include "nsIContentHandle.h"
#include "nsHtml5Tokenizer.h"
#include "nsHtml5TreeBuilder.h"