diff options
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.patch | 27 |
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 @@ | |||
| 1 | From 5b9bbf9c056e3690e2872cc74a8962ec6a21a020 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 3 | Date: Mon, 13 Jan 2014 19:00:46 +0100 | ||
| 4 | Subject: [PATCH] ButterflyInlines.h: remove | ||
| 5 | !indexingHeader()->preCapacity(oldStructure) | ||
| 6 | |||
| 7 | Signed-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 | |||
| 12 | diff --git a/Source/JavaScriptCore/runtime/ButterflyInlines.h b/Source/JavaScriptCore/runtime/ButterflyInlines.h | ||
| 13 | index 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 | -- | ||
| 26 | 1.8.5.2 | ||
| 27 | |||
