From 2b485416ed3691c9cb3eb61927e2f5075dbe1a43 Mon Sep 17 00:00:00 2001 From: "verwaest@chromium.org" Date: Thu, 20 Jun 2013 13:46:29 +0000 Subject: [PATCH] Properly assign heapobject to constant functions. R=jkummerow@chromium.org Review URL: https://chromiumcodereview.appspot.com/17406009 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15245 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/property.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/property.h b/src/property.h index f36bc7a..5213ee6 100644 --- a/src/property.h +++ b/src/property.h @@ -112,7 +112,7 @@ class ConstantFunctionDescriptor: public Descriptor { JSFunction* function, PropertyAttributes attributes) : Descriptor(key, function, attributes, CONSTANT_FUNCTION, - Representation::Tagged()) {} + Representation::HeapObject()) {} }; -- 2.7.4