Chromium Code Reviews| Index: src/IceFixups.h |
| diff --git a/src/IceFixups.h b/src/IceFixups.h |
| index 1bc45f32fd9b609e4e92582f009c44cf4a638481..3b2b524d162cca70db6fac5c4734d65d04435bf4 100644 |
| --- a/src/IceFixups.h |
| +++ b/src/IceFixups.h |
| @@ -44,7 +44,7 @@ public: |
| void set_value(const Constant *Value) { value_ = Value; } |
| - void emit(GlobalContext *Ctx) const; |
| + void emit(GlobalContext *Ctx, RelocOffsetT BaseOffset) const; |
| private: |
| intptr_t position_; |