Index: src/profile-generator.h |
diff --git a/src/profile-generator.h b/src/profile-generator.h |
index e013e29c5db77a1e9852c5a9ef691f789cb96e77..b62318b9212a49ec9be720be3236b10714f7d16c 100644 |
--- a/src/profile-generator.h |
+++ b/src/profile-generator.h |
@@ -38,11 +38,8 @@ class JITLineInfoTable : public Malloced { |
struct DeoptInfo { |
+ typedef v8::CpuProfileDeoptInfo::Frame Frame; |
const char* deopt_reason; |
- struct Frame { |
- int script_id; |
- int position; |
- }; |
std::vector<Frame> stack; |
}; |