| Index: Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.cpp
|
| diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.cpp b/Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.cpp
|
| index 40da9f8e10fd6015a05ffcfd775d4a2ad7d95709..6843941ad7e98c10f92a861166c615fb8d6cb303 100644
|
| --- a/Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.cpp
|
| +++ b/Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.cpp
|
| @@ -608,7 +608,7 @@ CustomFilterProgramInfo CustomFilterValidatedProgram::validatedProgramInfo() con
|
| return CustomFilterProgramInfo(m_validatedVertexShader, m_validatedFragmentShader, m_programInfo.programType(), m_programInfo.mixSettings(), m_programInfo.meshType());
|
| }
|
|
|
| -#if !PLATFORM(BLACKBERRY) && !USE(TEXTURE_MAPPER)
|
| +#if !USE(TEXTURE_MAPPER)
|
| void CustomFilterValidatedProgram::platformInit()
|
| {
|
| }
|
|
|