diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-19 14:38:07 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-24 10:34:20 +0200 |
commit | d0a2389b43cfacc38320ec87922bbf71868c2b4d (patch) | |
tree | e86cf6520211ad178832463914b7971e128376e5 /dom/events/TextClause.h | |
parent | 796a14e11675c7c5f3b73b59d9d18f0acf2049fc (diff) | |
download | UXP-d0a2389b43cfacc38320ec87922bbf71868c2b4d.tar UXP-d0a2389b43cfacc38320ec87922bbf71868c2b4d.tar.gz UXP-d0a2389b43cfacc38320ec87922bbf71868c2b4d.tar.lz UXP-d0a2389b43cfacc38320ec87922bbf71868c2b4d.tar.xz UXP-d0a2389b43cfacc38320ec87922bbf71868c2b4d.zip |
Issue #80 - De-unify dom/events
Diffstat (limited to 'dom/events/TextClause.h')
-rw-r--r-- | dom/events/TextClause.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/events/TextClause.h b/dom/events/TextClause.h index 7f85333e8..b9f3c1519 100644 --- a/dom/events/TextClause.h +++ b/dom/events/TextClause.h @@ -12,6 +12,7 @@ #include "mozilla/ErrorResult.h" #include "mozilla/dom/BindingDeclarations.h" #include "nsCycleCollectionParticipant.h" +#include "nsPIDOMWindow.h" #include "nsWrapperCache.h" namespace mozilla { |