Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 165261b043dacde2dfb7d99ab850e6de79ae5f74..4d633f8e90c349f43d0119c2e3e9e1a72154de81 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -9197,9 +9197,8 @@ class PropertyCell: public Cell { |
// Computes the new type of the cell's contents for the given value, but |
// without actually modifying the 'type' field. |
- // TODO(mstarzinger): Return value should be handlified. |
- static Type* UpdatedType(Handle<PropertyCell> cell, |
- Handle<Object> value); |
+ static Handle<Type> UpdatedType(Handle<PropertyCell> cell, |
+ Handle<Object> value); |
void AddDependentCompilationInfo(CompilationInfo* info); |