Index: src/deoptimizer.h |
diff --git a/src/deoptimizer.h b/src/deoptimizer.h |
index 120f9ded3a2ee8b9ab54c18b5bb8b450b49ab724..e7b55b2a7760c00979719fdceac12fb51fe5ecbf 100644 |
--- a/src/deoptimizer.h |
+++ b/src/deoptimizer.h |
@@ -211,7 +211,7 @@ class Deoptimizer : public Malloced { |
static Address GetDeoptimizationEntry(int id, BailoutType type); |
static int GetDeoptimizationId(Address addr, BailoutType type); |
static int GetOutputInfo(DeoptimizationOutputData* data, |
- unsigned node_id, |
+ BailoutId node_id, |
SharedFunctionInfo* shared); |
// Code generation support. |
@@ -587,7 +587,7 @@ class Translation BASE_EMBEDDED { |
int index() const { return index_; } |
// Commands. |
- void BeginJSFrame(int node_id, int literal_id, unsigned height); |
+ void BeginJSFrame(BailoutId node_id, int literal_id, unsigned height); |
void BeginArgumentsAdaptorFrame(int literal_id, unsigned height); |
void BeginConstructStubFrame(int literal_id, unsigned height); |
void StoreRegister(Register reg); |