diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-05-25 20:28:36 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-05-25 20:28:36 +0200 |
commit | 5377605d6355f26cb08a4b8d5e43130599f3ac56 (patch) | |
tree | f209297519936eafe45d6c0d7f04ae885a44c40e /dom/base/moz.build | |
parent | 4d373c1d360b29f94026b72c6f66e4ad313732cf (diff) | |
download | UXP-5377605d6355f26cb08a4b8d5e43130599f3ac56.tar UXP-5377605d6355f26cb08a4b8d5e43130599f3ac56.tar.gz UXP-5377605d6355f26cb08a4b8d5e43130599f3ac56.tar.lz UXP-5377605d6355f26cb08a4b8d5e43130599f3ac56.tar.xz UXP-5377605d6355f26cb08a4b8d5e43130599f3ac56.zip |
Issue #1564 - Split off nsIdentifierMapEntry in its own header
+ Fix dependency fallout from removing nsDocument.h from ShadowRoot.h
Diffstat (limited to 'dom/base/moz.build')
-rwxr-xr-x | dom/base/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/base/moz.build b/dom/base/moz.build index 5acb49d4e..ab0f0e0ab 100755 --- a/dom/base/moz.build +++ b/dom/base/moz.build @@ -86,6 +86,7 @@ EXPORTS += [ 'nsIContentInlines.h', 'nsIContentIterator.h', 'nsIContentSerializer.h', + 'nsIdentifierMapEntry.h', 'nsIDocument.h', 'nsIDocumentInlines.h', 'nsIDocumentObserver.h', |