Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 722a5424c03dd86386af88cc41f5caf5c2d063b9..a7d277c00aac7b548e9cd239aea0211788b1f0ad 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -9823,6 +9823,8 @@ class PropertyCell : public HeapObject { |
// property. |
DECL_ACCESSORS(dependent_code, DependentCode) |
+ PropertyCellConstantType GetConstantType(); |
+ |
// Computes the new type of the cell's contents for the given value, but |
// without actually modifying the details. |
static PropertyCellType UpdatedType(Handle<PropertyCell> cell, |