summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/webkit/webkit-efl/0001-ButterflyInlines.h-remove-indexingHeader-preCapacity.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/webkit/webkit-efl/0001-ButterflyInlines.h-remove-indexingHeader-preCapacity.patch')
-rw-r--r--meta-efl/recipes-efl/webkit/webkit-efl/0001-ButterflyInlines.h-remove-indexingHeader-preCapacity.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/webkit/webkit-efl/0001-ButterflyInlines.h-remove-indexingHeader-preCapacity.patch b/meta-efl/recipes-efl/webkit/webkit-efl/0001-ButterflyInlines.h-remove-indexingHeader-preCapacity.patch
new file mode 100644
index 0000000000..003a1d17a9
--- /dev/null
+++ b/meta-efl/recipes-efl/webkit/webkit-efl/0001-ButterflyInlines.h-remove-indexingHeader-preCapacity.patch
@@ -0,0 +1,27 @@
1From 5b9bbf9c056e3690e2872cc74a8962ec6a21a020 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Mon, 13 Jan 2014 19:00:46 +0100
4Subject: [PATCH] ButterflyInlines.h: remove
5 !indexingHeader()->preCapacity(oldStructure)
6
7Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
8---
9 Source/JavaScriptCore/runtime/ButterflyInlines.h | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/Source/JavaScriptCore/runtime/ButterflyInlines.h b/Source/JavaScriptCore/runtime/ButterflyInlines.h
13index f5439bb..d5c828f 100644
14--- a/Source/JavaScriptCore/runtime/ButterflyInlines.h
15+++ b/Source/JavaScriptCore/runtime/ButterflyInlines.h
16@@ -128,7 +128,7 @@ inline Butterfly* Butterfly::growArrayRight(
17 bool hadIndexingHeader, size_t oldIndexingPayloadSizeInBytes,
18 size_t newIndexingPayloadSizeInBytes)
19 {
20- ASSERT_UNUSED(oldStructure, !indexingHeader()->preCapacity(oldStructure));
21+// ASSERT_UNUSED(oldStructure, !indexingHeader()->preCapacity(oldStructure));
22 ASSERT_UNUSED(oldStructure, hadIndexingHeader == oldStructure->hasIndexingHeader(intendedOwner));
23 void* theBase = base(0, propertyCapacity);
24 size_t oldSize = totalSize(0, propertyCapacity, hadIndexingHeader, oldIndexingPayloadSizeInBytes);
25--
261.8.5.2
27