| Index: src/crankshaft/x64/lithium-codegen-x64.h
|
| diff --git a/src/crankshaft/x64/lithium-codegen-x64.h b/src/crankshaft/x64/lithium-codegen-x64.h
|
| index 22a32a147d40011ecc99b0ef9ed05d22fe4fba4c..1e0685d720dfd6afc86c262c7a07ff8c744c94b6 100644
|
| --- a/src/crankshaft/x64/lithium-codegen-x64.h
|
| +++ b/src/crankshaft/x64/lithium-codegen-x64.h
|
| @@ -346,8 +346,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),
|
|
|