diff -Nru webkit2gtk-2.10.8/debian/changelog webkit2gtk-2.10.8/debian/changelog
--- webkit2gtk-2.10.8/debian/changelog	2016-03-11 22:07:57.000000000 +0000
+++ webkit2gtk-2.10.8/debian/changelog	2016-03-21 00:15:15.000000000 +0000
@@ -1,3 +1,11 @@
+webkit2gtk (2.10.8-1+rpi1) stretch-staging; urgency=medium
+
+  [changes brought forward from 2.6.2+dfsg1-3+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 25 Jan 2015 02:14:50 +0000]
+  * Disable javascript JIT as it doesn't appear to be armv6 compatible
+    (at least I assume that is the cause of the assembler errors)
+
+ -- Raspbian forward porter <root@raspbian.org>  Mon, 21 Mar 2016 00:15:14 +0000
+
 webkit2gtk (2.10.8-1) unstable; urgency=high
 
   * New upstream release. This fixes CVE-2016-1726 (Closes: #802380).
diff -Nru webkit2gtk-2.10.8/debian/rules webkit2gtk-2.10.8/debian/rules
--- webkit2gtk-2.10.8/debian/rules	2016-03-11 22:07:57.000000000 +0000
+++ webkit2gtk-2.10.8/debian/rules	2016-03-21 00:15:15.000000000 +0000
@@ -36,7 +36,7 @@
 endif
 
 # See https://bugs.webkit.org/show_bug.cgi?id=113638
-ifeq (,$(filter $(DEB_BUILD_ARCH),i386 amd64 hurd-i386 kfreebsd-i386 kfreebsd-amd64 armhf))
+ifeq (,$(filter $(DEB_BUILD_ARCH),i386 amd64 hurd-i386 kfreebsd-i386 kfreebsd-amd64))
 	EXTRA_CMAKE_ARGUMENTS += -DENABLE_JIT=OFF
 	CPPFLAGS += -DENABLE_ASSEMBLER=0
 endif