| Index: src/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
|
| index 7adc172caab0749e144325b39b4f4814755d2bc4..077b71a0a572e2664c1aa3c9836a63eda2eb7169 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/arm/lithium-arm.h
|
| @@ -1653,7 +1653,7 @@ class LCheckFunction: public LUnaryOperation {
|
|
|
| class LCheckInstanceType: public LUnaryOperation {
|
| public:
|
| - LCheckInstanceType(LOperand* use) : LUnaryOperation(use) { }
|
| + explicit LCheckInstanceType(LOperand* use) : LUnaryOperation(use) { }
|
|
|
| DECLARE_CONCRETE_INSTRUCTION(CheckInstanceType, "check-instance-type")
|
| DECLARE_HYDROGEN_ACCESSOR(CheckInstanceType)
|
|
|