diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-12 12:57:04 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-12 12:57:04 +0000 |
commit | 0998c39f910fa2905d51d2186b2c6cab5fb75432 (patch) | |
tree | 87f80314510edcd71014ba930d6a134283689a75 /gfx/thebes/gfxSVGGlyphs.cpp | |
parent | 39c7fd37d5851edd2f706760a5a067ce12bb96c0 (diff) | |
download | uxp-0998c39f910fa2905d51d2186b2c6cab5fb75432.tar.gz |
Issue #80 - De-unify gfx/thebes
Diffstat (limited to 'gfx/thebes/gfxSVGGlyphs.cpp')
-rw-r--r-- | gfx/thebes/gfxSVGGlyphs.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/thebes/gfxSVGGlyphs.cpp b/gfx/thebes/gfxSVGGlyphs.cpp index 23f68f590c..13c0420cc2 100644 --- a/gfx/thebes/gfxSVGGlyphs.cpp +++ b/gfx/thebes/gfxSVGGlyphs.cpp @@ -38,6 +38,7 @@ #define UTF8_CHARSET NS_LITERAL_CSTRING("utf-8") using namespace mozilla; +using namespace mozilla::gfx; typedef mozilla::dom::Element Element; |