Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 8b6e00ad648dce688f59086550740cdfa53dad6b..264f6e6a31572ac66a76f1a798c01aecb08608a2 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -7880,6 +7880,7 @@ class GlobalObject: public JSObject { |
| // Retrieve the property cell used to store a property. |
| PropertyCell* GetPropertyCell(LookupResult* result); |
| + PropertyCell* GetPropertyCell(LookupIterator* lookup); |
| DECLARE_CAST(GlobalObject) |