summaryrefslogtreecommitdiff
path: root/deps/v8/src/profiler/allocation-tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/profiler/allocation-tracker.h')
-rw-r--r--deps/v8/src/profiler/allocation-tracker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/profiler/allocation-tracker.h b/deps/v8/src/profiler/allocation-tracker.h
index bff9a62750..5305bdbf2d 100644
--- a/deps/v8/src/profiler/allocation-tracker.h
+++ b/deps/v8/src/profiler/allocation-tracker.h
@@ -120,12 +120,12 @@ class AllocationTracker {
AddressToTraceMap* address_to_trace() { return &address_to_trace_; }
private:
- unsigned AddFunctionInfo(SharedFunctionInfo* info, SnapshotObjectId id);
+ unsigned AddFunctionInfo(SharedFunctionInfo info, SnapshotObjectId id);
unsigned functionInfoIndexForVMState(StateTag state);
class UnresolvedLocation {
public:
- UnresolvedLocation(Script* script, int start, FunctionInfo* info);
+ UnresolvedLocation(Script script, int start, FunctionInfo* info);
~UnresolvedLocation();
void Resolve();