summaryrefslogtreecommitdiffstats
path: root/src/v8/0005-Allow-access-to-the-calling-script-data.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/0005-Allow-access-to-the-calling-script-data.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/0005-Allow-access-to-the-calling-script-data.patch')
-rw-r--r--src/v8/0005-Allow-access-to-the-calling-script-data.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/v8/0005-Allow-access-to-the-calling-script-data.patch b/src/v8/0005-Allow-access-to-the-calling-script-data.patch
index 3c41a036ee..596e9573fc 100644
--- a/src/v8/0005-Allow-access-to-the-calling-script-data.patch
+++ b/src/v8/0005-Allow-access-to-the-calling-script-data.patch
@@ -1,7 +1,7 @@
-From d01b0fc24542eb6128bcbd3a8a02da9659b8433e Mon Sep 17 00:00:00 2001
+From 2081f6baaab81d60564680de600b4dcf03de6cd4 Mon Sep 17 00:00:00 2001
From: Aaron Kennedy <aaron.kennedy@nokia.com>
Date: Fri, 14 Oct 2011 17:03:06 +1000
-Subject: [PATCH 05/12] Allow access to the calling script data
+Subject: [PATCH 05/13] Allow access to the calling script data
---
include/v8.h | 1 +
@@ -44,5 +44,5 @@ index 2d3d97a..54df40d 100644
v8::Local<v8::Object> Context::Global() {
if (IsDeadCheck(i::Isolate::Current(), "v8::Context::Global()")) {
--
-1.7.7.3
+1.7.4.1