From 85378c35d6b0a31737f58025945da6dc61bba405 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 4 Oct 2013 16:09:39 +0200 Subject: Fix linux-clang with clang 3.4 Cherry-picked upstream r153965 to fix linux build with clang 3.4 Change-Id: Ib3eeb5c424c4f0ef00c228ad02b61ef87dd9b3b6 Reviewed-by: Allan Sandfeld Jensen --- Source/JavaScriptCore/runtime/JSCell.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/JavaScriptCore/runtime') diff --git a/Source/JavaScriptCore/runtime/JSCell.h b/Source/JavaScriptCore/runtime/JSCell.h index 76acb1e55..04bf4b420 100644 --- a/Source/JavaScriptCore/runtime/JSCell.h +++ b/Source/JavaScriptCore/runtime/JSCell.h @@ -49,6 +49,9 @@ enum EnumerationMode { IncludeDontEnumProperties }; +template void* allocateCell(Heap&); +template void* allocateCell(Heap&, size_t); + class JSCell { friend class JSValue; friend class MarkedBlock; -- cgit v1.2.1