Index: src/deoptimizer.h |
diff --git a/src/deoptimizer.h b/src/deoptimizer.h |
index 67690ded0de2e9dbccab31eb9342a40e223c15a6..71fb4790647ca17cd88cab8cf263c67e3bc8ca0c 100644 |
--- a/src/deoptimizer.h |
+++ b/src/deoptimizer.h |
@@ -508,6 +508,8 @@ class FrameDescription { |
void SetCallerFp(unsigned offset, intptr_t value); |
+ void SetCallerConstantPool(unsigned offset, intptr_t value); |
+ |
intptr_t GetRegister(unsigned n) const { |
#if DEBUG |
// This convoluted ASSERT is needed to work around a gcc problem that |