| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index f4d8269eb06b2d6e39d35b18b08ebd9c3da5bf5a..8e83547b46e928d928ad24c33b6b2c05def997a5 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -365,7 +365,8 @@ class LCodeGen BASE_EMBEDDED {
|
| void EmitDeepCopy(Handle<JSObject> object,
|
| Register result,
|
| Register source,
|
| - int* offset);
|
| + int* offset,
|
| + AllocationSiteMode mode);
|
|
|
| // Emit optimized code for integer division.
|
| // Inputs are signed.
|
|
|