| Index: src/builtins/builtins.h | 
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h | 
| index 4ac899a2b6d609172a7e09be896e95ed25f3952a..81f0c7c2db9c08b10c4dc2d2c68cf65a3cd66382 100644 | 
| --- a/src/builtins/builtins.h | 
| +++ b/src/builtins/builtins.h | 
| @@ -18,7 +18,7 @@ class Handle; | 
| class Isolate; | 
|  | 
| // Forward declarations. | 
| -class ObjectVisitor; | 
| +class RootVisitor; | 
| enum class InterpreterPushArgsMode : unsigned; | 
| namespace compiler { | 
| class CodeAssemblerState; | 
| @@ -31,7 +31,7 @@ class Builtins { | 
| void TearDown(); | 
|  | 
| // Garbage collection support. | 
| -  void IterateBuiltins(ObjectVisitor* v); | 
| +  void IterateBuiltins(RootVisitor* v); | 
|  | 
| // Disassembler support. | 
| const char* Lookup(byte* pc); | 
|  |