Index: src/profile-generator.h |
=================================================================== |
--- src/profile-generator.h (revision 10671) |
+++ src/profile-generator.h (working copy) |
@@ -964,6 +964,10 @@ |
HeapEntry* parent, |
String* reference_name, |
Object* child); |
+ void SetNativeBindReference(HeapObject* parent_obj, |
+ HeapEntry* parent, |
+ const char* reference_name, |
+ Object* child); |
void SetElementReference(HeapObject* parent_obj, |
HeapEntry* parent, |
int index, |