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
parent fb8eb04b
...@@ -669,7 +669,6 @@ enum ReturnHandlingFlag { ...@@ -669,7 +669,6 @@ enum ReturnHandlingFlag {
class FunctionState { class FunctionState {
public: public:
FunctionState(HGraphBuilder* owner, FunctionState(HGraphBuilder* owner,
CompilationInfo* info, CompilationInfo* info,
TypeFeedbackOracle* oracle, TypeFeedbackOracle* oracle,
......
...@@ -1998,7 +1998,7 @@ class LCheckNonSmi: public LTemplateInstruction<0, 1, 0> { ...@@ -1998,7 +1998,7 @@ class LCheckNonSmi: public LTemplateInstruction<0, 1, 0> {
class LAllocateObject: public LTemplateInstruction<1, 1, 0> { class LAllocateObject: public LTemplateInstruction<1, 1, 0> {
public: public:
LAllocateObject(LOperand* context) { explicit LAllocateObject(LOperand* context) {
inputs_[0] = context; inputs_[0] = context;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment