| Index: src/profiler/allocation-tracker.h
|
| diff --git a/src/profiler/allocation-tracker.h b/src/profiler/allocation-tracker.h
|
| index 03802a5c668234ff00b448cce77a69fe3dbf05fa..dbcf4a743da9754bc03582746c62254ed6d5786f 100644
|
| --- a/src/profiler/allocation-tracker.h
|
| +++ b/src/profiler/allocation-tracker.h
|
| @@ -129,8 +129,7 @@ class AllocationTracker {
|
| void Resolve();
|
|
|
| private:
|
| - static void HandleWeakScript(
|
| - const v8::WeakCallbackData<v8::Value, void>& data);
|
| + static void HandleWeakScript(const v8::WeakCallbackInfo<void>& data);
|
|
|
| Handle<Script> script_;
|
| int start_position_;
|
|
|