| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index 8668793c8a3e4844783ca40d1ad1a1cc054f6829..a06f25dc1c0f2dcb8ec8a958ca26ff532176a0f0 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -3227,6 +3227,8 @@ class HCapturedObject V8_FINAL : public HDematerializedObject {
|
| // Replay effects of this instruction on the given environment.
|
| void ReplayEnvironment(HEnvironment* env);
|
|
|
| + virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
|
| +
|
| DECLARE_CONCRETE_INSTRUCTION(CapturedObject)
|
|
|
| private:
|
|
|