| Index: src/heap-profiler.h
|
| diff --git a/src/heap-profiler.h b/src/heap-profiler.h
|
| index 75b1af1f88de7bfc03807eb7aa23ac03438c0a6f..3f3138db523683180b564193ae8e7830f1954a27 100644
|
| --- a/src/heap-profiler.h
|
| +++ b/src/heap-profiler.h
|
| @@ -53,12 +53,10 @@ class HeapProfiler {
|
|
|
| HeapSnapshot* TakeSnapshot(
|
| const char* name,
|
| - int type,
|
| v8::ActivityControl* control,
|
| v8::HeapProfiler::ObjectNameResolver* resolver);
|
| HeapSnapshot* TakeSnapshot(
|
| String* name,
|
| - int type,
|
| v8::ActivityControl* control,
|
| v8::HeapProfiler::ObjectNameResolver* resolver);
|
|
|
|
|