Revision: 15245
Author:   [email protected]
Date:     Thu Jun 20 06:46:29 2013
Log:      Properly assign heapobject to constant functions.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/17406009
http://code.google.com/p/v8/source/detail?r=15245

Modified:
 /branches/bleeding_edge/src/property.h

=======================================
--- /branches/bleeding_edge/src/property.h      Fri Jun 14 09:06:12 2013
+++ /branches/bleeding_edge/src/property.h      Thu Jun 20 06:46:29 2013
@@ -112,7 +112,7 @@
                              JSFunction* function,
                              PropertyAttributes attributes)
       : Descriptor(key, function, attributes, CONSTANT_FUNCTION,
-                   Representation::Tagged()) {}
+                   Representation::HeapObject()) {}
 };


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to