| Index: Source/platform/graphics/filters/FEColorMatrix.cpp
|
| diff --git a/Source/platform/graphics/filters/FEColorMatrix.cpp b/Source/platform/graphics/filters/FEColorMatrix.cpp
|
| index 75c66bafa9cf21c24e5577b6f9186708530c89a6..689edd37ddcbccd11181990a53e63f3a79619200 100644
|
| --- a/Source/platform/graphics/filters/FEColorMatrix.cpp
|
| +++ b/Source/platform/graphics/filters/FEColorMatrix.cpp
|
| @@ -63,6 +63,7 @@ const Vector<float>& FEColorMatrix::values() const
|
|
|
| bool FEColorMatrix::setValues(const Vector<float> &values)
|
| {
|
| + ASSERT(values.size() == 20);
|
| if (m_values == values)
|
| return false;
|
| m_values = values;
|
|
|