diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 07:40:32 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 07:40:32 -0400 |
commit | 16dba9a30b849c9381fab5fe53b722c7901e5283 (patch) | |
tree | da02be42bd271139030a7f0ee547a38f5e9f8abb /dom/base/ChromeUtils.h | |
parent | f6221f440e05030ee500c0a0a887ffa823c7e14c (diff) | |
download | UXP-16dba9a30b849c9381fab5fe53b722c7901e5283.tar UXP-16dba9a30b849c9381fab5fe53b722c7901e5283.tar.gz UXP-16dba9a30b849c9381fab5fe53b722c7901e5283.tar.lz UXP-16dba9a30b849c9381fab5fe53b722c7901e5283.tar.xz UXP-16dba9a30b849c9381fab5fe53b722c7901e5283.zip |
Issue #80 - De-unify dom/base
Tag #1375
Diffstat (limited to 'dom/base/ChromeUtils.h')
-rw-r--r-- | dom/base/ChromeUtils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/base/ChromeUtils.h b/dom/base/ChromeUtils.h index 051217c84..58a67b4f2 100644 --- a/dom/base/ChromeUtils.h +++ b/dom/base/ChromeUtils.h @@ -10,6 +10,7 @@ #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/ChromeUtilsBinding.h" #include "mozilla/dom/ThreadSafeChromeUtilsBinding.h" +#include "mozilla/dom/UnionTypes.h" #include "mozilla/ErrorResult.h" namespace mozilla { |