Index: src/x64/lithium-x64.h |
=================================================================== |
--- src/x64/lithium-x64.h (revision 9687) |
+++ src/x64/lithium-x64.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) |
}; |