| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 0d1b2510cdde6539967242941ad0f320165e9920..8fd3253f2d4520875ea683833e1d7b9c12598ef4 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2191,7 +2191,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(LookupResult* result);
|
| + static Handle<Object> GetNormalizedProperty(Handle<JSObject> object,
|
| + LookupResult* result);
|
|
|
| // Sets the property value in a normalized object given a lookup result.
|
| // Handles the special representation of JS global objects.
|
|
|