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 | 350b0ed0586d737235f6b6991faf2d0752370edc (patch) | |
tree | 444b45ae38f56aed10bf4839b8d548aaf6d9e950 /layout | |
parent | a4b6b34b3b083658cec3323678c8c3f3b8f2bea5 (diff) | |
download | uxp-350b0ed0586d737235f6b6991faf2d0752370edc.tar.gz |
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 118702e8f5..a317f99439 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 { |