| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index f634a4488f36ef4593f8fc99a2818be563676fb1..dabb4fb58160d8758752592c77a1b8f83cfc4bf1 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -4210,6 +4210,8 @@ class HStoreKeyedFastDoubleElement: public HTemplateInstruction<3> {
|
| return StoringValueNeedsWriteBarrier(value());
|
| }
|
|
|
| + bool NeedsCanonicalization();
|
| +
|
| virtual void PrintDataTo(StringStream* stream);
|
|
|
| DECLARE_CONCRETE_INSTRUCTION(StoreKeyedFastDoubleElement)
|
|
|