Bug 936927 - Build the HTML parser in unified mode; r=hsivonen

This commit is contained in:
Ehsan Akhgari 2013-11-11 09:07:50 -05:00
parent 5a724dd3a8
commit b36f465a9d
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ EXPORTS += [
'nsParserUtils.h',
]
SOURCES += [
UNIFIED_SOURCES += [
'nsHtml5Atom.cpp',
'nsHtml5Atoms.cpp',
'nsHtml5AtomTable.cpp',

View File

@ -42,7 +42,7 @@
#include "mozilla/Likely.h"
#include "nsTextNode.h"
namespace dom = mozilla::dom;
using namespace mozilla;
static NS_DEFINE_CID(kFormProcessorCID, NS_FORMPROCESSOR_CID);

View File

@ -6,7 +6,7 @@
MODULE = 'htmlparser'
SOURCES += [
UNIFIED_SOURCES += [
'CNavDTD.cpp',
'CParserContext.cpp',
'nsElementTable.cpp',