|
Added
Link Here
|
| 1 |
--- mozilla/gfx/harfbuzz/src/hb-ot-layout.cc.orig 2012-06-24 22:14:46.463741874 -0400 |
| 2 |
+++ mozilla/gfx/harfbuzz/src/hb-ot-layout.cc 2012-06-24 22:15:06.784770042 -0400 |
| 3 |
@@ -540,4 +540,8 @@ |
| 4 |
GPOS::position_finish (buffer); |
| 5 |
} |
| 6 |
|
| 7 |
+template int SortedArrayOf<Record<LangSys> >::search<unsigned int>(unsigned int const &) const; |
| 8 |
+template int SortedArrayOf<Record<Script> >::search<unsigned int>(unsigned int const &) const; |
| 9 |
+template int SortedArrayOf<IntType<unsigned short> >::search<unsigned int>(unsigned int const &) const; |
| 10 |
+template int SortedArrayOf<RangeRecord>::search<unsigned int>(unsigned int const &) const; |
| 11 |
|