summaryrefslogtreecommitdiff
path: root/gfx/thebes/gfxScriptItemizer.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-16 14:55:39 +0200
committerGitHub <noreply@github.com>2020-05-16 14:55:39 +0200
commita20f130def0352d04744e6208aa2cf7cddbcbe91 (patch)
tree6884007466c60a30367b462d6fb2ec478a183491 /gfx/thebes/gfxScriptItemizer.cpp
parent9cf4eca9a895de24c58a3f309bfc5869e4649ff4 (diff)
parent4cfbcc498971703c00a500a99ae1562263964265 (diff)
downloaduxp-a20f130def0352d04744e6208aa2cf7cddbcbe91.tar.gz
Merge pull request #1550 from MoonchildProductions/deunify_gfx
Deunify gfx
Diffstat (limited to 'gfx/thebes/gfxScriptItemizer.cpp')
-rw-r--r--gfx/thebes/gfxScriptItemizer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/thebes/gfxScriptItemizer.cpp b/gfx/thebes/gfxScriptItemizer.cpp
index b9426ee6ff..90e0ca98cb 100644
--- a/gfx/thebes/gfxScriptItemizer.cpp
+++ b/gfx/thebes/gfxScriptItemizer.cpp
@@ -63,6 +63,8 @@
#define TOP() (parenStack[parenSP])
#define SYNC_FIXUP() (fixupCount = 0)
+using namespace mozilla::unicode;
+
void
gfxScriptItemizer::push(uint32_t endPairChar, Script newScriptCode)
{