summaryrefslogtreecommitdiffstats
path: root/dom/base/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/moz.build')
-rw-r--r--dom/base/moz.build6
1 files changed, 1 insertions, 5 deletions
diff --git a/dom/base/moz.build b/dom/base/moz.build
index 14c9f9dd96..ef1780f161 100644
--- a/dom/base/moz.build
+++ b/dom/base/moz.build
@@ -22,7 +22,6 @@ include("/tools/fuzzing/libfuzzer-config.mozbuild")
XPIDL_SOURCES += [
"mozIDOMWindow.idl",
"nsIContentPolicy.idl",
- "nsIDOMRequestService.idl",
"nsIDroppedLinkHandler.idl",
"nsIEventSourceEventService.idl",
"nsIImageLoadingContent.idl",
@@ -51,7 +50,6 @@ EXPORTS += [
"nsAttrValueInlines.h",
"nsCaseTreatment.h",
"nsChildContentList.h",
- "nsContentCID.h",
"nsContentCreatorFunctions.h",
"nsContentList.h",
"nsContentListDeclarations.h",
@@ -187,7 +185,6 @@ EXPORTS.mozilla.dom += [
"DOMPoint.h",
"DOMQuad.h",
"DOMRect.h",
- "DOMRequest.h",
"DOMStringList.h",
"DOMTokenListSupportedTokens.h",
"Element.h",
@@ -283,6 +280,7 @@ EXPORTS.mozilla.dom += [
"TreeOrderedArrayInlines.h",
"TreeWalker.h",
"UIDirectionManager.h",
+ "UnbindContext.h",
"UseCounterMetrics.h",
"UserActivation.h",
"ViewportMetaData.h",
@@ -345,7 +343,6 @@ UNIFIED_SOURCES += [
"DOMPoint.cpp",
"DOMQuad.cpp",
"DOMRect.cpp",
- "DOMRequest.cpp",
"DOMStringList.cpp",
"Element.cpp",
"EventSource.cpp",
@@ -545,7 +542,6 @@ if CONFIG["TARGET_CPU"].startswith("ppc"):
EXTRA_JS_MODULES += [
"ContentAreaDropListener.sys.mjs",
- "DOMRequestHelper.sys.mjs",
"IndexedDBHelper.sys.mjs",
"LocationHelper.sys.mjs",
"ProcessSelector.sys.mjs",