summaryrefslogtreecommitdiff
path: root/extra/webkitgtk/webkitgtk-2.4.3-angle_symbol_table.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/webkitgtk/webkitgtk-2.4.3-angle_symbol_table.patch')
-rw-r--r--extra/webkitgtk/webkitgtk-2.4.3-angle_symbol_table.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/webkitgtk/webkitgtk-2.4.3-angle_symbol_table.patch b/extra/webkitgtk/webkitgtk-2.4.3-angle_symbol_table.patch
new file mode 100644
index 000000000..8d3096670
--- /dev/null
+++ b/extra/webkitgtk/webkitgtk-2.4.3-angle_symbol_table.patch
@@ -0,0 +1,13 @@
+--- a/Source/ThirdParty/ANGLE/src/compiler/SymbolTable.cpp
++++ b/Source/ThirdParty/ANGLE/src/compiler/SymbolTable.cpp
+@@ -171,7 +171,8 @@ TFunction::~TFunction()
+ TSymbolTableLevel::~TSymbolTableLevel()
+ {
+ for (tLevel::iterator it = level.begin(); it != level.end(); ++it)
+- delete (*it).second;
++ if ((*it).first == (*it).second->getMangledName())
++ delete (*it).second;
+ }
+
+ //
+