summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-02-21 13:29:07 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-02-21 13:29:07 -0300
commit544152703c034d8fd146563387d584805161df21 (patch)
treecbc28a0fc1a0cacc3bb31815dee5dd0456962de3 /debian/patches
parent904aaeee3b5018852c0fba9cd6bcba7035662eef (diff)
downloadqt5webkit-544152703c034d8fd146563387d584805161df21.tar.gz
Refresh patch to use it in this version of the code.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/fix_ftbfs_in_archs_without_jit_support.patch9
1 files changed, 1 insertions, 8 deletions
diff --git a/debian/patches/fix_ftbfs_in_archs_without_jit_support.patch b/debian/patches/fix_ftbfs_in_archs_without_jit_support.patch
index 433d348..27965ed 100644
--- a/debian/patches/fix_ftbfs_in_archs_without_jit_support.patch
+++ b/debian/patches/fix_ftbfs_in_archs_without_jit_support.patch
@@ -16,8 +16,6 @@ Change-Id: Ie94bcb316e192feb33ab528ddc3a328af154cebf
Source/WTF/wtf/Platform.h | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
-diff --git a/Source/JavaScriptCore/bytecode/CodeBlock.cpp b/Source/JavaScriptCore/bytecode/CodeBlock.cpp
-index 904e40a..efe4424 100644
--- a/Source/JavaScriptCore/bytecode/CodeBlock.cpp
+++ b/Source/JavaScriptCore/bytecode/CodeBlock.cpp
@@ -2947,8 +2947,12 @@ void CodeBlock::countReoptimization()
@@ -33,11 +31,9 @@ index 904e40a..efe4424 100644
}
int32_t CodeBlock::codeTypeThresholdMultiplier() const
-diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h
-index 1ad7a47..cf80b76 100644
--- a/Source/WTF/wtf/Platform.h
+++ b/Source/WTF/wtf/Platform.h
-@@ -889,7 +889,7 @@
+@@ -872,7 +872,7 @@
#define ENABLE_REGEXP_TRACING 0
/* Yet Another Regex Runtime - turned on by default for JIT enabled ports. */
@@ -46,6 +42,3 @@ index 1ad7a47..cf80b76 100644
#define ENABLE_YARR_JIT 1
/* Setting this flag compares JIT results with interpreter results. */
---
-1.9.0
-