aboutsummaryrefslogtreecommitdiffstats
path: root/src/v8/0007-Fix-warnings.patch
diff options
context:
space:
mode:
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);
}