Chromium Code Reviews| Index: src/assembler.h |
| diff --git a/src/assembler.h b/src/assembler.h |
| index d3cd9bf873d9c34d2a520aa001853f1e4c12ee38..dcb83ed68b39b69485f63e2b27c6e17029875739 100644 |
| --- a/src/assembler.h |
| +++ b/src/assembler.h |
| @@ -163,7 +163,7 @@ public: |
| intptr_t GetPosition() const { return cursor_ - contents_; } |
| // For bringup only. |
| - AssemblerFixup *GetLatestFixup() const; |
| + AssemblerFixup *GetLatestFixup(intptr_t position) const; |
| private: |
| // The limit is set to kMinimumGap bytes before the end of the data area. |