diff -Nru webkitgtk-2.4.7/debian/changelog webkitgtk-2.4.7/debian/changelog
--- webkitgtk-2.4.7/debian/changelog	2014-12-08 12:26:31.000000000 +0000
+++ webkitgtk-2.4.7/debian/changelog	2014-12-10 08:18:05.000000000 +0000
@@ -1,3 +1,9 @@
+webkitgtk (2.4.7-3+rpi1) jessie-staging; urgency=medium
+
+  * Disable jit, it's broken on armv6.
+
+ -- Peter Michael Green <plugwash@raspbian.org>  Wed, 10 Dec 2014 08:17:47 +0000
+
 webkitgtk (2.4.7-3) unstable; urgency=medium
 
   * debian/patches/ppc64-align.patch:
diff -Nru webkitgtk-2.4.7/debian/rules webkitgtk-2.4.7/debian/rules
--- webkitgtk-2.4.7/debian/rules	2014-12-08 12:26:31.000000000 +0000
+++ webkitgtk-2.4.7/debian/rules	2014-12-10 08:19:20.000000000 +0000
@@ -58,7 +58,7 @@
 endif
 
 # disable jit on some architectures (bug #651636)
-ifneq (,$(filter $(DEB_BUILD_ARCH),armel mips mipsel))
+ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf mips mipsel))
 	COMMON_CONFIGURE_ARGUMENTS += --disable-jit
 endif