From b095e7f7b79b537433f955214d5d0d1de3f12df1 Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Thu, 14 Jul 2011 14:46:23 +1000 Subject: Update V8 Fixes a bug in threadsafe symbol id generation, and adds a ComputeHash implementation for const char * strings. Change-Id: Id1fb4c7d9bf8eae59229b3893e8a9ef20dede336 Reviewed-on: http://codereview.qt.nokia.com/1621 Reviewed-by: Qt Sanity Bot Reviewed-by: Aaron Kennedy Reviewed-by: Simon Hausmann --- src/v8/0007-Fix-warnings.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/v8/0007-Fix-warnings.patch') diff --git a/src/v8/0007-Fix-warnings.patch b/src/v8/0007-Fix-warnings.patch index 1b7da91217..2efc8331aa 100644 --- a/src/v8/0007-Fix-warnings.patch +++ b/src/v8/0007-Fix-warnings.patch @@ -1,4 +1,4 @@ -From d37bb342f33c384e912ec7d86dfda8f384253ddd Mon Sep 17 00:00:00 2001 +From dac5d9db84cf20564621c679937ca7b9c6a8e880 Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Fri, 27 May 2011 13:04:15 +1000 Subject: [PATCH 7/8] Fix warnings @@ -8,10 +8,10 @@ Subject: [PATCH 7/8] Fix warnings 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/v8.h b/include/v8.h -index 5f9e725..255b90b 100644 +index 9aba4a8..8891dab 100644 --- a/include/v8.h +++ b/include/v8.h -@@ -2414,7 +2414,7 @@ class V8EXPORT Extension { // NOLINT +@@ -2415,7 +2415,7 @@ class V8EXPORT Extension { // NOLINT const char** deps = 0); virtual ~Extension() { } virtual v8::Handle @@ -20,7 +20,7 @@ index 5f9e725..255b90b 100644 return v8::Handle(); } -@@ -3720,13 +3720,13 @@ class Internals { +@@ -3721,13 +3721,13 @@ class Internals { return *reinterpret_cast(addr); } -- cgit v1.2.3