Commit 2b485416 authored by verwaest@chromium.org's avatar verwaest@chromium.org

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
parent 4922e3d2
...@@ -112,7 +112,7 @@ class ConstantFunctionDescriptor: public Descriptor { ...@@ -112,7 +112,7 @@ class ConstantFunctionDescriptor: public Descriptor {
JSFunction* function, JSFunction* function,
PropertyAttributes attributes) PropertyAttributes attributes)
: Descriptor(key, function, attributes, CONSTANT_FUNCTION, : Descriptor(key, function, attributes, CONSTANT_FUNCTION,
Representation::Tagged()) {} Representation::HeapObject()) {}
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment