| Index: src/assembler.h
|
| diff --git a/src/assembler.h b/src/assembler.h
|
| index 671f81346cd1f2f98198235c5531c6089d510cbc..3ebaee3ae67a15da8fd0d45b8cf50e94862ae80b 100644
|
| --- a/src/assembler.h
|
| +++ b/src/assembler.h
|
| @@ -425,7 +425,7 @@ class RelocInfo BASE_EMBEDDED {
|
| INLINE(Object** call_object_address());
|
|
|
| template<typename StaticVisitor> inline void Visit(Heap* heap);
|
| - inline void Visit(ObjectVisitor* v);
|
| + inline void Visit(Isolate* isolate, ObjectVisitor* v);
|
|
|
| // Patch the code with some other code.
|
| void PatchCode(byte* instructions, int instruction_count);
|
|
|