| Index: media/base/yuv_convert.cc
|
| diff --git a/media/base/yuv_convert.cc b/media/base/yuv_convert.cc
|
| index 20fba1f726940b22ed23ecb087981ed2d12801ee..9bae5b39522a4003f1be96eb03d030e8cffc3a9f 100644
|
| --- a/media/base/yuv_convert.cc
|
| +++ b/media/base/yuv_convert.cc
|
| @@ -185,7 +185,7 @@ const int16* PopulateYUVToRGBTable(const double matrix[3][3],
|
|
|
| // Sanity check that our constants here match the size of the statically
|
| // allocated tables.
|
| - COMPILE_ASSERT(
|
| + static_assert(
|
| kNumTables * kNumRows * kNumColumns * kElementSize == kYUVToRGBTableSize,
|
| "YUV lookup table size doesn't match expectation.");
|
|
|
|
|