summaryrefslogtreecommitdiffstats
path: root/src/v8/0007-Allow-a-script-to-be-flagged-as-native.patch
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-11-17 16:33:41 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-17 17:40:06 +0100
commite8fd6f2fd1d1f20d5c3931aefb55c40d5531962b (patch)
tree82b8877c195d12b0ca227e1eac71177b8a826a4d /src/v8/0007-Allow-a-script-to-be-flagged-as-native.patch
parent44b6bb3560b24ca665140b071a3d11d63ad14c5d (diff)
Update V8
Change-Id: Ie6157e0baa55271707b3e00ed80b67ab79f4f570 Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Diffstat (limited to 'src/v8/0007-Allow-a-script-to-be-flagged-as-native.patch')
-rw-r--r--src/v8/0007-Allow-a-script-to-be-flagged-as-native.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/v8/0007-Allow-a-script-to-be-flagged-as-native.patch b/src/v8/0007-Allow-a-script-to-be-flagged-as-native.patch
index 6036343b72..b6380b1b8e 100644
--- a/src/v8/0007-Allow-a-script-to-be-flagged-as-native.patch
+++ b/src/v8/0007-Allow-a-script-to-be-flagged-as-native.patch
@@ -1,7 +1,7 @@
-From b733a2fec5c51b7d7219505b89f34715603bd49c Mon Sep 17 00:00:00 2001
+From 519fec2ddc92193760dc2a6599f91ff4eb11563c Mon Sep 17 00:00:00 2001
From: Aaron Kennedy <aaron.kennedy@nokia.com>
Date: Fri, 9 Sep 2011 14:16:12 +1000
-Subject: [PATCH 07/11] Allow a script to be flagged as "native"
+Subject: [PATCH 07/12] Allow a script to be flagged as "native"
Native scripts do not appear in backtraces, or in the source and
line number when exceptions are thrown from within them. This is
@@ -42,5 +42,5 @@ index 4902e72..cabca74 100644
}
if (!script_name.is_null()) {
--
-1.7.6
+1.7.7.3