Index: src/profile-generator-inl.h |
diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h |
index d9f55dd44b9e90c2fee144e9b31f550a2b4bf295..3e8204618dbfe4f090fd07a2f720ebe56e3ab7a6 100644 |
--- a/src/profile-generator-inl.h |
+++ b/src/profile-generator-inl.h |
@@ -25,7 +25,7 @@ |
script_id_(v8::UnboundScript::kNoScriptId), |
no_frame_ranges_(NULL), |
bailout_reason_(kEmptyBailoutReason), |
- deopt_reason_(kNoDeoptReason), |
+ deopt_reason_(kEmptyBailoutReason), |
deopt_location_(0), |
line_info_(line_info), |
instruction_start_(instruction_start) {} |