Bug 1817314 - Make dom/serializers buildable outside of a unified build environment r=andi

Differential Revision: https://phabricator.services.mozilla.com/D170123
This commit is contained in:
serge-sans-paille 2023-02-19 15:33:54 +00:00
Родитель 1d6ba42353
Коммит 0cd5d3317e
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -33,6 +33,4 @@ UNIFIED_SOURCES += [
FINAL_LIBRARY = "xul"
REQUIRES_UNIFIED_BUILD = True
CRASHTEST_MANIFESTS += ["crashtests/crashtests.list"]

Просмотреть файл

@ -17,6 +17,8 @@
#include "nsCRT.h"
#include "nsIContentSerializer.h"
#include "nsIDocumentEncoder.h"
#include "nsINode.h"
#include "nsIContentInlines.h"
#include "nsComponentManagerUtils.h"
#include "nsIOutputStream.h"
#include "nsRange.h"