Fix presubmit errors in previous revision.
authormstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 28 Feb 2012 09:38:16 +0000 (09:38 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 28 Feb 2012 09:38:16 +0000 (09:38 +0000)
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
src/ia32/lithium-ia32.h

index 05eb121e83fd51fc40b12abd25aa26b236703bfa..50c76cb69baf09fe5a7a6c329e743c94b3f79fd7 100644 (file)
@@ -669,7 +669,6 @@ enum ReturnHandlingFlag {
 
 class FunctionState {
  public:
-
   FunctionState(HGraphBuilder* owner,
                 CompilationInfo* info,
                 TypeFeedbackOracle* oracle,
index 8450974eef5fb1231c891127b7ea885dde9b2bb4..647ba6aeae0acaa7352925e56d96b9b1f3ec583a 100644 (file)
@@ -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;
   }