Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 6d12208d21776c3c9d067e9f763c696f375665ad..5444eca15e63b2b0e208f21a8a151252aef3c4f9 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -1053,7 +1053,7 @@ class Heap { |
| // Allocate a 'with' context. |
| MUST_USE_RESULT MaybeObject* AllocateWithContext(JSFunction* function, |
| Context* previous, |
| - JSObject* extension); |
| + JSReceiver* extension); |
| // Allocate a block context. |
| MUST_USE_RESULT MaybeObject* AllocateBlockContext(JSFunction* function, |