diff -Nru webkit2gtk-2.16.6/debian/changelog webkit2gtk-2.16.6/debian/changelog
--- webkit2gtk-2.16.6/debian/changelog	2017-08-07 04:35:25.000000000 +0000
+++ webkit2gtk-2.16.6/debian/changelog	2017-10-07 12:18:15.000000000 +0000
@@ -1,3 +1,11 @@
+webkit2gtk (2.16.6-0+deb9u1+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>  Sat, 07 Oct 2017 12:18:15 +0000
+
 webkit2gtk (2.16.6-0+deb9u1) stretch; urgency=medium
 
   * Team upload.
diff -Nru webkit2gtk-2.16.6/debian/rules webkit2gtk-2.16.6/debian/rules
--- webkit2gtk-2.16.6/debian/rules	2017-08-07 04:35:25.000000000 +0000
+++ webkit2gtk-2.16.6/debian/rules	2017-10-07 12:18:14.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