summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/ANGLEWebKitBridge.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/ANGLEWebKitBridge.cpp')
-rw-r--r--WebCore/platform/graphics/ANGLEWebKitBridge.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/platform/graphics/ANGLEWebKitBridge.cpp b/WebCore/platform/graphics/ANGLEWebKitBridge.cpp
index 9a14820..64f19c4 100644
--- a/WebCore/platform/graphics/ANGLEWebKitBridge.cpp
+++ b/WebCore/platform/graphics/ANGLEWebKitBridge.cpp
@@ -44,8 +44,6 @@ ANGLEWebKitBridge::~ANGLEWebKitBridge()
ShDestruct(m_fragmentCompiler);
ShDestruct(m_vertexCompiler);
}
-
- ShFinalize();
}
bool ANGLEWebKitBridge::validateShaderSource(const char* shaderSource, ANGLEShaderType shaderType, String& translatedShaderSource, String& shaderValidationLog)