Chromium Code Reviews| Index: src/arm/lithium-arm.h |
| =================================================================== |
| --- src/arm/lithium-arm.h (revision 9687) |
| +++ src/arm/lithium-arm.h (working copy) |
| @@ -1276,7 +1276,9 @@ |
| class LThisFunction: public LTemplateInstruction<1, 0, 0> { |
| + public: |
| DECLARE_CONCRETE_INSTRUCTION(ThisFunction, "this-function") |
| + DECLARE_HYDROGEN_ACCESSOR(ThisFunction) |
| }; |