| Index: src/crankshaft/arm64/lithium-codegen-arm64.h
|
| diff --git a/src/crankshaft/arm64/lithium-codegen-arm64.h b/src/crankshaft/arm64/lithium-codegen-arm64.h
|
| index ca04fa27c09739a2661fa8b1cfd3b6a7d67fce81..f05d70a01d171a482b5ada5398fd43ed965efcb7 100644
|
| --- a/src/crankshaft/arm64/lithium-codegen-arm64.h
|
| +++ b/src/crankshaft/arm64/lithium-codegen-arm64.h
|
| @@ -400,8 +400,7 @@ class LCodeGen: public LCodeGenBase {
|
| DISALLOW_COPY_AND_ASSIGN(LCodeGen);
|
| };
|
|
|
| -
|
| -class LDeferredCode: public ZoneObject {
|
| +class LDeferredCode : public ZoneObject {
|
| public:
|
| explicit LDeferredCode(LCodeGen* codegen)
|
| : codegen_(codegen),
|
|
|