Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index fcc6436e47748d636aba6eb46d20c679ffe8efb5..35d3f164414f5103c943695fdf8d94b3c834aa27 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -2916,7 +2916,7 @@ class JSObject: public JSReceiver { |
// Gets the current elements capacity and the number of used elements. |
void GetElementsCapacityAndUsage(int* capacity, int* used); |
- bool CanSetCallback(Name* name); |
+ static bool CanSetCallback(Handle<JSObject> object, Handle<Name> name); |
static void SetElementCallback(Handle<JSObject> object, |
uint32_t index, |
Handle<Object> structure, |