| Index: src/compiler/js-generic-lowering.h
|
| diff --git a/src/compiler/js-generic-lowering.h b/src/compiler/js-generic-lowering.h
|
| index f1c0aa9a8eb219c3e5da45d234c21cd260cc26d9..c65ab14971951e1baf6736b458be6a3a6e89e6cc 100644
|
| --- a/src/compiler/js-generic-lowering.h
|
| +++ b/src/compiler/js-generic-lowering.h
|
| @@ -74,6 +74,8 @@ class JSGenericLowering : public Reducer {
|
| Linkage* linkage_;
|
| MachineOperatorBuilder* machine_;
|
| SetOncePointer<Node> centrystub_constant_;
|
| +
|
| + Node* LoadObjectField(Node* object, int offset, Node* effect);
|
| };
|
| }
|
| }
|
|
|