summaryrefslogtreecommitdiffstats
path: root/src/v8/0014-Fix-deprecated-Python-code.patch
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2011-09-09 14:20:18 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-09 08:18:56 +0200
commitb57c3cc40f24277c9bab0a6811bddc79c83ad0ec (patch)
treebde15b98bfaae0f502e5a0f4bc919209a23b5a40 /src/v8/0014-Fix-deprecated-Python-code.patch
parente815b93d12c560dcf91bd48eb06ff5822a570876 (diff)
Update V8
Add a "NativeMode" to V8 script compilation. Change-Id: I73b087c9787ca7f961c2af89f45de2b8813ce1a5 Task-number: QTBUG-20344 Reviewed-on: http://codereview.qt-project.org/4500 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Diffstat (limited to 'src/v8/0014-Fix-deprecated-Python-code.patch')
-rw-r--r--src/v8/0014-Fix-deprecated-Python-code.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v8/0014-Fix-deprecated-Python-code.patch b/src/v8/0014-Fix-deprecated-Python-code.patch
index 1e0a0fc216..b33e6f5cb6 100644
--- a/src/v8/0014-Fix-deprecated-Python-code.patch
+++ b/src/v8/0014-Fix-deprecated-Python-code.patch
@@ -1,7 +1,7 @@
From ed5cc903d70f73780e5985e7d2de33f6b8d86402 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 14/14] Fix deprecated Python code
+Subject: [PATCH 14/15] Fix deprecated Python code
Needed to make the scripts run on Python 3, which is the
default python interpreter on some newer distros.