| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index a954aab9e01e5f23da5838eb2ceecd4f64f01240..930609073a0655c3770d1b4f1c5116db3937ddc2 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2157,6 +2157,8 @@ class JSObject: public JSReceiver {
|
| // Retrieve a value in a normalized object given a lookup result.
|
| // Handles the special representation of JS global objects.
|
| Object* GetNormalizedProperty(const LookupResult* result);
|
| + static Handle<Object> GetNormalizedProperty(Handle<JSObject> object,
|
| + const LookupResult* result);
|
|
|
| // Sets the property value in a normalized object given (key, value, details).
|
| // Handles the special representation of JS global objects.
|
|
|