| Index: src/ppc/macro-assembler-ppc.h
 | 
| diff --git a/src/ppc/macro-assembler-ppc.h b/src/ppc/macro-assembler-ppc.h
 | 
| index 676c7de9ebc6767f1b1df9d0ff17ceb1cc298530..befd5e280155264bc77836716b0dea5fed672138 100644
 | 
| --- a/src/ppc/macro-assembler-ppc.h
 | 
| +++ b/src/ppc/macro-assembler-ppc.h
 | 
| @@ -1541,7 +1541,8 @@ class CodePatcher {
 | 
|   public:
 | 
|    enum FlushICache { FLUSH, DONT_FLUSH };
 | 
|  
 | 
| -  CodePatcher(byte* address, int instructions, FlushICache flush_cache = FLUSH);
 | 
| +  CodePatcher(Isolate* isolate, byte* address, int instructions,
 | 
| +              FlushICache flush_cache = FLUSH);
 | 
|    ~CodePatcher();
 | 
|  
 | 
|    // Macro assembler to emit code.
 | 
| 
 |