Revision: 6213 Author: [email protected] Date: Thu Jan 6 08:20:45 2011 Log: Fix presubmit (r6209).
BUG= TEST= Review URL: http://codereview.chromium.org/6029012 http://code.google.com/p/v8/source/detail?r=6213 Modified: /branches/bleeding_edge/src/arm/lithium-arm.h ======================================= --- /branches/bleeding_edge/src/arm/lithium-arm.h Thu Jan 6 07:25:03 2011 +++ /branches/bleeding_edge/src/arm/lithium-arm.h Thu Jan 6 08:20:45 2011 @@ -1653,7 +1653,7 @@ 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) -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
