diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-01 10:36:46 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 14:02:50 +0200 |
commit | 03530de64fdaef41a9e3383a99a4b023de27f0bf (patch) | |
tree | 444b45ae38f56aed10bf4839b8d548aaf6d9e950 /layout | |
parent | 4730da5b2760fdbf195580834a111222b5ac9d83 (diff) | |
download | UXP-03530de64fdaef41a9e3383a99a4b023de27f0bf.tar UXP-03530de64fdaef41a9e3383a99a4b023de27f0bf.tar.gz UXP-03530de64fdaef41a9e3383a99a4b023de27f0bf.tar.lz UXP-03530de64fdaef41a9e3383a99a4b023de27f0bf.tar.xz UXP-03530de64fdaef41a9e3383a99a4b023de27f0bf.zip |
Fix deprot in /layout
Diffstat (limited to 'layout')
-rw-r--r-- | layout/style/nsTransitionManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layout/style/nsTransitionManager.cpp b/layout/style/nsTransitionManager.cpp index 118702e8f..a317f9943 100644 --- a/layout/style/nsTransitionManager.cpp +++ b/layout/style/nsTransitionManager.cpp @@ -44,6 +44,7 @@ using mozilla::dom::CSSTransition; using mozilla::dom::KeyframeEffectReadOnly; using namespace mozilla; +using namespace mozilla::dom; using namespace mozilla::css; namespace { |