Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 3322a036dac4c6564b941de344780c55ed20a452..4a1e228215f6fbabdeccfd374800416b51fa7b3f 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6819,12 +6819,8 @@ class GlobalObject: public JSObject { |
} |
// Ensure that the global object has a cell for the given property name. |
- static Handle<PropertyCell> EnsurePropertyCell( |
- Handle<GlobalObject> global, |
- Handle<Name> name); |
- // TODO(kmillikin): This function can be eliminated once the stub cache is |
- // fully handlified (and the static helper can be written directly). |
- MUST_USE_RESULT MaybeObject* EnsurePropertyCell(Name* name); |
+ static Handle<PropertyCell> EnsurePropertyCell(Handle<GlobalObject> global, |
+ Handle<Name> name); |
// Casting. |
static inline GlobalObject* cast(Object* obj); |