| Index: third_party/protobuf/README.chromium
|
| diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium
|
| index 3453b849bf94369d40a42eed6515330974bc042f..0af6f79293d752e9d1bba1ce4224e80313803892 100644
|
| --- a/third_party/protobuf/README.chromium
|
| +++ b/third_party/protobuf/README.chromium
|
| @@ -87,3 +87,12 @@ Description of the patches:
|
|
|
| These patches uninline some functions, resulting in a significant reduction
|
| (somewhere between 500 KB and 1 MB) of binary size.
|
| +- 0011-use-offsetof-for-clang.patch
|
| +
|
| + This patch replaces a few invalid reinterpret_casts with __builtin_offsetof,
|
| + if compiled with Clang. This is a temporary patch, it should be deletd, when
|
| + the official github repo is updates with this changes already submitted to
|
| + the internal Google repo.
|
| +
|
| + See also: https://crbug.com/607751 and
|
| + https://github.com/google/protobuf/issues/1450
|
|
|