Index: src/objects.h |
=================================================================== |
--- src/objects.h (revision 923) |
+++ src/objects.h (working copy) |
@@ -1185,7 +1185,8 @@ |
// Used from Object::GetProperty(). |
Object* GetPropertyWithFailedAccessCheck(Object* receiver, |
LookupResult* result, |
- String* name); |
+ String* name, |
+ PropertyAttributes* attributes); |
Object* GetPropertyWithInterceptor(JSObject* receiver, |
String* name, |
PropertyAttributes* attributes); |