aboutsummaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug1026499
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/files/patch-bug1026499')
-rw-r--r--www/firefox/files/patch-bug102649913
1 files changed, 0 insertions, 13 deletions
diff --git a/www/firefox/files/patch-bug1026499 b/www/firefox/files/patch-bug1026499
index e446f22c64cf..39861e995d6b 100644
--- a/www/firefox/files/patch-bug1026499
+++ b/www/firefox/files/patch-bug1026499
@@ -53,16 +53,3 @@ index 48b0988..bc914cf 100644
def visitParam(self, p):
self.visitDecl(p)
-diff --git ipc/ipdl/ipdl/lower.py ipc/ipdl/ipdl/lower.py
-index e97a34c..9360f3c 100644
---- ipc/ipdl/ipdl/lower.py
-+++ ipc/ipdl/ipdl/lower.py
-@@ -768,7 +768,7 @@ IPDL union type."""
- if self.recursive:
- return self.ptrToType()
- else:
-- return TypeArray(Type('char'), ExprSizeof(self.internalType()))
-+ return TypeArray(Type('char'), ExprSizeof(self.internalType()), self.internalType())
-
- def unionValue(self):
- # NB: knows that Union's storage C union is named |mValue|