Chromium Code Reviews| Index: src/profiler/cpu-profiler.h |
| diff --git a/src/profiler/cpu-profiler.h b/src/profiler/cpu-profiler.h |
| index 615b708a3e32aec37c4029817773f6164bd2018f..fa31754a6f64e5a866af2f331f7352621587e104 100644 |
| --- a/src/profiler/cpu-profiler.h |
| +++ b/src/profiler/cpu-profiler.h |
| @@ -83,7 +83,6 @@ class CodeDeoptEventRecord : public CodeEventRecord { |
| public: |
| Address start; |
| const char* deopt_reason; |
| - SourcePosition position; |
| int deopt_id; |
| void* pc; |
| int fp_to_sp_delta; |