Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/harfbuzz-ng/src/test-size-params.cc

Issue 70193010: Update harfbuzz-ng to 0.9.24 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/harfbuzz-ng/src/test-size-params.cc
diff --git a/third_party/harfbuzz-ng/src/test-size-params.cc b/third_party/harfbuzz-ng/src/test-size-params.cc
index 947b5669a14544bb758d790ae1eae6421f200cb7..35d9e3c8e2579816fee7c711888f7f5764fd073d 100644
--- a/third_party/harfbuzz-ng/src/test-size-params.cc
+++ b/third_party/harfbuzz-ng/src/test-size-params.cc
@@ -32,7 +32,10 @@
#include "hb-ot.h"
#ifdef HAVE_GLIB
-#include <glib.h>
+# include <glib.h>
+# if !GLIB_CHECK_VERSION (2, 22, 0)
+# define g_mapped_file_unref g_mapped_file_free
+# endif
#endif
#include <stdlib.h>
#include <stdio.h>
« no previous file with comments | « third_party/harfbuzz-ng/src/test-buffer-serialize.cc ('k') | third_party/harfbuzz-ng/src/test-would-substitute.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698