Index: src/profile-generator.h |
=================================================================== |
--- src/profile-generator.h (revision 5888) |
+++ src/profile-generator.h (working copy) |
@@ -1073,6 +1073,9 @@ |
DISALLOW_COPY_AND_ASSIGN(HeapSnapshotJSONSerializer); |
}; |
+ |
+String* GetConstructorNameForHeapProfile(JSObject* object); |
+ |
} } // namespace v8::internal |
#endif // ENABLE_LOGGING_AND_PROFILING |