diff -Nru webkit-1.8.1/debian/changelog webkit-1.8.1/debian/changelog
--- webkit-1.8.1/debian/changelog	2012-05-04 21:21:31.000000000 +0100
+++ webkit-1.8.1/debian/changelog	2012-05-18 01:29:45.000000000 +0100
@@ -1,3 +1,12 @@
+webkit (1.8.1-2.1+rpi1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Experiencing Javascript problems.  May be related to:
+    https://bugs.webkit.org/show_bug.cgi?id=85076 
+    Configuring with --disable-jit
+
+ -- Mike Thompson <mpthompson@gmail.com>  Thu, 17 May 2012 17:28:35 -0700
+
 webkit (1.8.1-2) unstable; urgency=low
 
   [ Michael Biebl ]
diff -Nru webkit-1.8.1/debian/rules webkit-1.8.1/debian/rules
--- webkit-1.8.1/debian/rules	2012-05-04 21:21:31.000000000 +0100
+++ webkit-1.8.1/debian/rules	2012-05-18 01:27:49.000000000 +0100
@@ -83,6 +83,7 @@
 		CC="gcc" \
 		CXX="g++" \
 		../configure --prefix=/usr \
+			--disable-jit \
 			--disable-silent-rules \
 			--host=$(DEB_HOST_GNU_TYPE) \
 			--build=$(DEB_BUILD_GNU_TYPE) \