diff options
author | bashi@chromium.org <bashi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-11 04:54:21 +0000 |
---|---|---|
committer | bashi@chromium.org <bashi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-11 04:54:21 +0000 |
commit | 240005f7d5c37274d9423cd2d6d4c651b70c5db9 (patch) | |
tree | 27a0200f1a5ee66205893b61c6c8a0fcb2c7a84a /third_party/harfbuzz-ng/src/hb-font-private.hh | |
parent | 8b9ada8f789a090fd2ce93dd90e05b4800cc5271 (diff) | |
download | chromium_src-240005f7d5c37274d9423cd2d6d4c651b70c5db9.zip chromium_src-240005f7d5c37274d9423cd2d6d4c651b70c5db9.tar.gz chromium_src-240005f7d5c37274d9423cd2d6d4c651b70c5db9.tar.bz2 |
Roll harfbuzz-ng to 0bb0f5d41976ae27c5c7a51cbb82144b48315a4b
The revision removes static initializers.
BUG=none
TEST=compiled
Review URL: https://chromiumcodereview.appspot.com/10533060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141389 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/harfbuzz-ng/src/hb-font-private.hh')
-rw-r--r-- | third_party/harfbuzz-ng/src/hb-font-private.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/harfbuzz-ng/src/hb-font-private.hh b/third_party/harfbuzz-ng/src/hb-font-private.hh index e10e105..91a4304 100644 --- a/third_party/harfbuzz-ng/src/hb-font-private.hh +++ b/third_party/harfbuzz-ng/src/hb-font-private.hh @@ -56,6 +56,7 @@ struct _hb_font_funcs_t { hb_object_header_t header; + ASSERT_POD (); hb_bool_t immutable; @@ -87,6 +88,7 @@ struct _hb_font_funcs_t { struct _hb_face_t { hb_object_header_t header; + ASSERT_POD (); hb_bool_t immutable; @@ -107,6 +109,7 @@ struct _hb_face_t { struct _hb_font_t { hb_object_header_t header; + ASSERT_POD (); hb_bool_t immutable; |