Reviewers: fschneider,

Description:
Fix presubmit (r6209).


BUG=
TEST=

Please review this at http://codereview.chromium.org/6029012/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/arm/lithium-arm.h


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)


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to