diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 07:08:22 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 07:08:22 -0400 |
commit | 1e455db0be8015bfe4d2db9b7693937976cafa79 (patch) | |
tree | 4b524fb1a1888b37bc347dc65c7c200979fe54aa /dom/html/moz.build | |
parent | d356f216d4a2b3eb764ae1ee04b87b5ea899b663 (diff) | |
download | uxp-1e455db0be8015bfe4d2db9b7693937976cafa79.tar.gz |
Bug 1418002 - Remove HTMLContentElement
Tag mcp-graveyard/UXP#1375
Diffstat (limited to 'dom/html/moz.build')
-rw-r--r-- | dom/html/moz.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/html/moz.build b/dom/html/moz.build index 79554df219..342b027a5d 100644 --- a/dom/html/moz.build +++ b/dom/html/moz.build @@ -52,7 +52,6 @@ EXPORTS.mozilla.dom += [ 'HTMLBRElement.h', 'HTMLButtonElement.h', 'HTMLCanvasElement.h', - 'HTMLContentElement.h', 'HTMLDataElement.h', 'HTMLDataListElement.h', 'HTMLDetailsElement.h', @@ -131,7 +130,6 @@ UNIFIED_SOURCES += [ 'HTMLBRElement.cpp', 'HTMLButtonElement.cpp', 'HTMLCanvasElement.cpp', - 'HTMLContentElement.cpp', 'HTMLDataElement.cpp', 'HTMLDataListElement.cpp', 'HTMLDetailsElement.cpp', |