| Index: src/cpu-profiler.h
|
| diff --git a/src/cpu-profiler.h b/src/cpu-profiler.h
|
| index d8341d823837e69be7a1ec7d697cc22bbfcc81db..4e650c8bf5d45764a322a489a76ce3f3bd58cccf 100644
|
| --- a/src/cpu-profiler.h
|
| +++ b/src/cpu-profiler.h
|
| @@ -236,7 +236,6 @@ class CpuProfiler : public CodeEventListener {
|
| virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared);
|
| virtual void CodeDeoptEvent(Code* code, int bailout_id, Address pc,
|
| int fp_to_sp_delta);
|
| - virtual void CodeDeleteEvent(Address from);
|
| virtual void GetterCallbackEvent(Name* name, Address entry_point);
|
| virtual void RegExpCodeCreateEvent(Code* code, String* source);
|
| virtual void SetterCallbackEvent(Name* name, Address entry_point);
|
|
|