| Index: src/assembler.h
|
| diff --git a/src/assembler.h b/src/assembler.h
|
| index c4d76a0217fcd17294f987c4ca10a6ba939ec6fa..f1a5e20b97124dbe8caf183d6a1081af8c7faa37 100644
|
| --- a/src/assembler.h
|
| +++ b/src/assembler.h
|
| @@ -196,7 +196,6 @@ class Label BASE_EMBEDDED {
|
| }
|
|
|
| friend class Assembler;
|
| - friend class RegexpAssembler;
|
| friend class Displacement;
|
| friend class RegExpMacroAssemblerIrregexp;
|
| };
|
| @@ -425,7 +424,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);
|
|
|