Index: src/deoptimizer.h |
diff --git a/src/deoptimizer.h b/src/deoptimizer.h |
index 304e8299a3697cb7e805aaf44586b7d41d30b604..b5a4443311646083920d46294af531e52cbf50c7 100644 |
--- a/src/deoptimizer.h |
+++ b/src/deoptimizer.h |
@@ -357,8 +357,10 @@ class Deoptimizer : public Malloced { |
static DeoptInfo GetDeoptInfo(Code* code, byte* from); |
- static int ComputeSourcePosition(SharedFunctionInfo* shared, |
- BailoutId node_id); |
+ static int ComputeSourcePositionFromBaselineCode(SharedFunctionInfo* shared, |
+ BailoutId node_id); |
+ static int ComputeSourcePositionFromBytecodeArray(SharedFunctionInfo* shared, |
+ BailoutId node_id); |
struct JumpTableEntry : public ZoneObject { |
inline JumpTableEntry(Address entry, const DeoptInfo& deopt_info, |