Reviewers: ulan,

Description:
Fix presubmit errors in previous revision.

[email protected]


Please review this at https://chromiumcodereview.appspot.com/9495003/

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

Affected files:
  M src/hydrogen.h
  M src/ia32/lithium-ia32.h


Index: src/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index 05eb121e83fd51fc40b12abd25aa26b236703bfa..50c76cb69baf09fe5a7a6c329e743c94b3f79fd7 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -669,7 +669,6 @@ enum ReturnHandlingFlag {

 class FunctionState {
  public:
-
   FunctionState(HGraphBuilder* owner,
                 CompilationInfo* info,
                 TypeFeedbackOracle* oracle,
Index: src/ia32/lithium-ia32.h
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
index 8450974eef5fb1231c891127b7ea885dde9b2bb4..647ba6aeae0acaa7352925e56d96b9b1f3ec583a 100644
--- a/src/ia32/lithium-ia32.h
+++ b/src/ia32/lithium-ia32.h
@@ -1998,7 +1998,7 @@ class LCheckNonSmi: public LTemplateInstruction<0, 1, 0> {

 class LAllocateObject: public LTemplateInstruction<1, 1, 0> {
  public:
-  LAllocateObject(LOperand* context) {
+  explicit LAllocateObject(LOperand* context) {
     inputs_[0] = context;
   }



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

Reply via email to