| Index: src/log.h | 
| diff --git a/src/log.h b/src/log.h | 
| index a95d12287e5b954d9e23a9ffa2de499cb37adbce..e76136892e47235820f58c230ba76b3e588287f8 100644 | 
| --- a/src/log.h | 
| +++ b/src/log.h | 
| @@ -270,9 +270,8 @@ class Logger { | 
| void HeapSampleStats(const char* space, const char* kind, | 
| intptr_t capacity, intptr_t used); | 
|  | 
| -  void SharedLibraryEvent(const std::string& library_path, | 
| -                          uintptr_t start, | 
| -                          uintptr_t end); | 
| +  void SharedLibraryEvent(const std::string& library_path, uintptr_t start, | 
| +                          uintptr_t end, intptr_t aslr_slide); | 
|  | 
| void CodeDeoptEvent(Code* code, Address pc, int fp_to_sp_delta); | 
| void CurrentTimeEvent(); | 
|  |