aboutsummaryrefslogtreecommitdiffstats
path: root/src/v8/0007-Fix-warnings.patch
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2011-07-14 14:46:23 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-21 20:17:35 +0200
commitb095e7f7b79b537433f955214d5d0d1de3f12df1 (patch)
tree321a23e113e7dfd527e8b8be331a43e1a64760b8 /src/v8/0007-Fix-warnings.patch
parent24f4d39e43385ebab4b1f9d4d03ef5601764cc09 (diff)
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 <qt_sanity_bot@ovi.com> Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com> Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
Diffstat (limited to 'src/v8/0007-Fix-warnings.patch')
-rw-r--r--src/v8/0007-Fix-warnings.patch8
1 files changed, 4 insertions, 4 deletions
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 <aaron.kennedy@nokia.com>
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<v8::FunctionTemplate>
@@ -20,7 +20,7 @@ index 5f9e725..255b90b 100644
return v8::Handle<v8::FunctionTemplate>();
}
-@@ -3720,13 +3720,13 @@ class Internals {
+@@ -3721,13 +3721,13 @@ class Internals {
return *reinterpret_cast<T*>(addr);
}