| Index: src/profile-generator.h
|
| ===================================================================
|
| --- src/profile-generator.h (revision 9006)
|
| +++ src/profile-generator.h (working copy)
|
| @@ -924,6 +924,8 @@
|
| bool IterateAndExtractReferences(SnapshotFillerInterface* filler);
|
| void TagGlobalObjects();
|
|
|
| + static String* GetConstructorName(JSObject* object);
|
| +
|
| static HeapObject* const kInternalRootObject;
|
|
|
| private:
|
| @@ -1122,9 +1124,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(HeapSnapshotJSONSerializer);
|
| };
|
|
|
| -
|
| -String* GetConstructorNameForHeapProfile(JSObject* object);
|
| -
|
| } } // namespace v8::internal
|
|
|
| #endif // V8_PROFILE_GENERATOR_H_
|
|
|