From 170511e52aa40b46f0f73544c9cfd676c8c832b0 Mon Sep 17 00:00:00 2001 From: "mstarzinger@chromium.org" Date: Tue, 28 Feb 2012 09:38:16 +0000 Subject: [PATCH] Fix presubmit errors in previous revision. R=ulan@chromium.org Review URL: https://chromiumcodereview.appspot.com/9495003 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10850 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/hydrogen.h | 1 - src/ia32/lithium-ia32.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hydrogen.h b/src/hydrogen.h index 05eb121..50c76cb 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, diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h index 8450974..647ba6a 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; } -- 2.7.4