Index: src/objects.h |
=================================================================== |
--- src/objects.h (revision 620) |
+++ src/objects.h (working copy) |
@@ -1448,6 +1448,10 @@ |
PropertyAttributes GetPropertyAttributeWithInterceptor(JSObject* receiver, |
String* name, |
bool continue_search); |
+ PropertyAttributes GetPropertyAttributeWithFailedAccessCheck( |
+ Object* receiver, |
Mads Ager (chromium)
2008/10/28 20:02:38
This should be a four space indent. It looks like
|
+ LookupResult* result, |
+ String* name); |
PropertyAttributes GetPropertyAttribute(JSObject* receiver, |
LookupResult* result, |
String* name, |