| Index: third_party/protobuf/csharp/src/Google.Protobuf/JsonParser.cs
|
| diff --git a/third_party/protobuf/csharp/src/Google.Protobuf/JsonParser.cs b/third_party/protobuf/csharp/src/Google.Protobuf/JsonParser.cs
|
| index 6b6f2d9ae25a727b46510543dd82c2667ec88ace..d738ebb04b17449cce9a263a4b267c31c0a2c358 100644
|
| --- a/third_party/protobuf/csharp/src/Google.Protobuf/JsonParser.cs
|
| +++ b/third_party/protobuf/csharp/src/Google.Protobuf/JsonParser.cs
|
| @@ -86,8 +86,7 @@ namespace Google.Protobuf
|
| { FloatValue.Descriptor.FullName, MergeWrapperField },
|
| { DoubleValue.Descriptor.FullName, MergeWrapperField },
|
| { BytesValue.Descriptor.FullName, MergeWrapperField },
|
| - { StringValue.Descriptor.FullName, MergeWrapperField },
|
| - { BoolValue.Descriptor.FullName, MergeWrapperField }
|
| + { StringValue.Descriptor.FullName, MergeWrapperField }
|
| };
|
|
|
| // Convenience method to avoid having to repeat the same code multiple times in the above
|
|
|