summaryrefslogtreecommitdiff
path: root/mozilla-1108834.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2015-03-27 13:14:16 +0100
committerMartin Stransky <stransky@anakreon.cz>2015-03-27 13:14:16 +0100
commit3342822142e9732038265a80a4dea69646f5649b (patch)
tree2af99152365b6b67ed64549f8525229eda8b3a7a /mozilla-1108834.patch
parentAdd an AppData file for the software center (diff)
downloadlibrewolf-fedora-ff-3342822142e9732038265a80a4dea69646f5649b.tar.gz
librewolf-fedora-ff-3342822142e9732038265a80a4dea69646f5649b.tar.bz2
librewolf-fedora-ff-3342822142e9732038265a80a4dea69646f5649b.zip
Update to 37.0 Build 2
Diffstat (limited to 'mozilla-1108834.patch')
-rw-r--r--mozilla-1108834.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/mozilla-1108834.patch b/mozilla-1108834.patch
deleted file mode 100644
index 87edc57..0000000
--- a/mozilla-1108834.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up firefox-36.0/mozilla-release/js/src/jit/none/Lowering-none.h.old firefox-36.0/mozilla-release/js/src/jit/none/Lowering-none.h
---- firefox-36.0/mozilla-release/js/src/jit/none/Lowering-none.h.old 2015-02-20 03:01:48.000000000 +0100
-+++ firefox-36.0/mozilla-release/js/src/jit/none/Lowering-none.h 2015-03-06 12:00:43.486675228 +0100
-@@ -89,6 +89,7 @@ class LIRGeneratorNone : public LIRGener
- bool visitSimdTernaryBitwise(MSimdTernaryBitwise *ins) { MOZ_CRASH(); }
- bool visitSimdSplatX4(MSimdSplatX4 *ins) { MOZ_CRASH(); }
- bool visitSimdValueX4(MSimdValueX4 *lir) { MOZ_CRASH(); }
-+ bool visitSubstr(MSubstr *) { MOZ_CRASH(); }
- };
-
- typedef LIRGeneratorNone LIRGeneratorSpecific;
bgstack15