| Index: mojo/edk/system/transport_data.cc
|
| diff --git a/mojo/edk/system/transport_data.cc b/mojo/edk/system/transport_data.cc
|
| index 8d060198d144ec25632abfdb34cd835d38561f06..fedfce60cf1eba1772fb71f884677de806a2677c 100644
|
| --- a/mojo/edk/system/transport_data.cc
|
| +++ b/mojo/edk/system/transport_data.cc
|
| @@ -30,10 +30,8 @@ static_assert(kMaxSizePerPlatformHandle % MessageInTransit::kMessageAlignment ==
|
| 0,
|
| "kMaxSizePerPlatformHandle not a multiple of alignment");
|
|
|
| -MOJO_STATIC_CONST_MEMBER_DEFINITION const size_t
|
| - TransportData::kMaxSerializedDispatcherSize;
|
| -MOJO_STATIC_CONST_MEMBER_DEFINITION const size_t
|
| - TransportData::kMaxSerializedDispatcherPlatformHandles;
|
| +const size_t TransportData::kMaxSerializedDispatcherSize;
|
| +const size_t TransportData::kMaxSerializedDispatcherPlatformHandles;
|
|
|
| // static
|
| size_t TransportData::GetMaxBufferSize() {
|
|
|