Index: src/handles.cc |
=================================================================== |
--- src/handles.cc (revision 1723) |
+++ src/handles.cc (working copy) |
@@ -212,10 +212,11 @@ |
} |
-Handle<Object> IgnoreAttributesAndSetLocalProperty(Handle<JSObject> object, |
- Handle<String> key, |
- Handle<Object> value, |
- PropertyAttributes attributes) { |
+Handle<Object> IgnoreAttributesAndSetLocalProperty( |
+ Handle<JSObject> object, |
+ Handle<String> key, |
+ Handle<Object> value, |
+ PropertyAttributes attributes) { |
CALL_HEAP_FUNCTION(object-> |
IgnoreAttributesAndSetLocalProperty(*key, *value, attributes), Object); |
} |