summaryrefslogtreecommitdiffstats
path: root/src/v8/0009-Fix-deprecated-Python-code.patch
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@nokia.com>2011-12-13 14:05:13 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-14 13:19:03 +0100
commitcd44813bae38b75261a22e755e4e5fed7114751f (patch)
treeba49f83529c9ed683049bb803e2b509f05847582 /src/v8/0009-Fix-deprecated-Python-code.patch
parent3064c1bc8cc04a40f6e468033d73823987687d40 (diff)
Update V8
Update V8 with fix for Issue 1853 (http://code.google.com/p/v8/issues/detail?id=1853) Change-Id: I10f652228ab1421b280b433eb2a59aeb83a7699f Reviewed-by: Kai Koehne <kai.koehne@nokia.com> Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Diffstat (limited to 'src/v8/0009-Fix-deprecated-Python-code.patch')
-rw-r--r--src/v8/0009-Fix-deprecated-Python-code.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/v8/0009-Fix-deprecated-Python-code.patch b/src/v8/0009-Fix-deprecated-Python-code.patch
index c0ca24a9ff..2c34e20321 100644
--- a/src/v8/0009-Fix-deprecated-Python-code.patch
+++ b/src/v8/0009-Fix-deprecated-Python-code.patch
@@ -1,7 +1,7 @@
-From 7084bd94a99db246baa4f1d050a6f23cfd6adc14 Mon Sep 17 00:00:00 2001
+From 4a9995fd141e40df2493dc2ef12d91f0a946629a Mon Sep 17 00:00:00 2001
From: Kent Hansen <kent.hansen@nokia.com>
Date: Fri, 2 Sep 2011 12:03:09 +0200
-Subject: [PATCH 09/12] Fix deprecated Python code
+Subject: [PATCH 09/13] Fix deprecated Python code
Needed to make the scripts run on Python 3, which is the
default python interpreter on some newer distros.
@@ -47,5 +47,5 @@ index 646bf14..395441b 100644
if identifier_second_char != 0:
new_identifier = (
--
-1.7.7.3
+1.7.4.1