| Index: src/platform.h
|
| diff --git a/src/platform.h b/src/platform.h
|
| index 46bc2de5a81974a2ac93670eea452b3173860bb0..848966ee598fea7677969161576a2322ba8d604f 100644
|
| --- a/src/platform.h
|
| +++ b/src/platform.h
|
| @@ -263,7 +263,7 @@ class OS {
|
|
|
| // Support for the profiler. Can do nothing, in which case ticks
|
| // occuring in shared libraries will not be properly accounted for.
|
| - static void LogSharedLibraryAddresses();
|
| + static void LogSharedLibraryAddresses(Isolate* isolate);
|
|
|
| // Support for the profiler. Notifies the external profiling
|
| // process that a code moving garbage collection starts. Can do
|
|
|