| Index: src/profile-generator.h
|
| diff --git a/src/profile-generator.h b/src/profile-generator.h
|
| index d1c2b3804af6b65e584b5d72e5fe4e3f056375d0..9ab44a1e210061ac7965f398cb7309dbc84fb288 100644
|
| --- a/src/profile-generator.h
|
| +++ b/src/profile-generator.h
|
| @@ -921,6 +921,8 @@ class V8HeapExplorer : public HeapEntriesAllocator {
|
| bool IterateAndExtractReferences(SnapshotFillerInterface* filler);
|
| void TagGlobalObjects();
|
|
|
| + static String* GetConstructorName(JSObject* object);
|
| +
|
| static HeapObject* const kInternalRootObject;
|
|
|
| private:
|
| @@ -1119,9 +1121,6 @@ class HeapSnapshotJSONSerializer {
|
| DISALLOW_COPY_AND_ASSIGN(HeapSnapshotJSONSerializer);
|
| };
|
|
|
| -
|
| -String* GetConstructorNameForHeapProfile(JSObject* object);
|
| -
|
| } } // namespace v8::internal
|
|
|
| #endif // V8_PROFILE_GENERATOR_H_
|
|
|