mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #80 - De-unify dom/xml
This commit is contained in:
parent
e96e560f35
commit
e11bd35692
2 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ EXPORTS.mozilla.dom += [
|
|||
'XMLStylesheetProcessingInstruction.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'CDATASection.cpp',
|
||||
'nsXMLContentSink.cpp',
|
||||
'nsXMLElement.cpp',
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
#include "nsIXSLTProcessor.h"
|
||||
#include "nsSyncLoadService.h"
|
||||
#include "nsPIDOMWindow.h"
|
||||
#include "nsIDOMDocument.h"
|
||||
#include "nsIDOMElement.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsNetUtil.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue