Chromium Code Reviews| Index: src/profile-generator.h |
| diff --git a/src/profile-generator.h b/src/profile-generator.h |
| index e013e29c5db77a1e9852c5a9ef691f789cb96e77..9e536a2fe15720bfc35743ffe4b5a106b1c699c2 100644 |
| --- a/src/profile-generator.h |
| +++ b/src/profile-generator.h |
| @@ -37,15 +37,7 @@ class JITLineInfoTable : public Malloced { |
| }; |
| -struct DeoptInfo { |
| - const char* deopt_reason; |
| - struct Frame { |
| - int script_id; |
| - int position; |
| - }; |
| - std::vector<Frame> stack; |
| -}; |
| - |
| +typedef v8::CpuProfileDeoptInfo DeoptInfo; |
|
yurys
2015/03/30 20:33:16
Can we use original type without the alias. It see
loislo
2015/03/31 08:22:51
done
|
| class CodeEntry { |
| public: |