| Index: src/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
|
| index c22d79f7f8d0e78cfd4028289e66162ed13088b4..2c6f60937c93ce691f0adc5865a89431adf55ebf 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/arm/lithium-arm.h
|
| @@ -2748,6 +2748,9 @@ class LChunkBuilder V8_FINAL : public LChunkBuilderBase {
|
|
|
| void Abort(BailoutReason reason);
|
|
|
| + // Methods for code dependencies.
|
| + void AddDeprecationDependency(Handle<Map> map);
|
| +
|
| // Methods for getting operands for Use / Define / Temp.
|
| LUnallocated* ToUnallocated(Register reg);
|
| LUnallocated* ToUnallocated(DoubleRegister reg);
|
|
|