Fix presubmit.

Review URL: http://codereview.chromium.org/6869006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7625 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
ricow@chromium.org 2011-04-15 08:40:16 +00:00
parent ef24af119e
commit edd2e6bb27
2 changed files with 2 additions and 2 deletions

View File

@ -1416,7 +1416,7 @@ class LCallConstantFunction: public LTemplateInstruction<1, 0, 0> {
class LInvokeFunction: public LTemplateInstruction<1, 1, 0> {
public:
LInvokeFunction(LOperand* function) {
explicit LInvokeFunction(LOperand* function) {
inputs_[0] = function;
}

View File

@ -1397,7 +1397,7 @@ class LCallConstantFunction: public LTemplateInstruction<1, 0, 0> {
class LInvokeFunction: public LTemplateInstruction<1, 1, 0> {
public:
LInvokeFunction(LOperand* function) {
explicit LInvokeFunction(LOperand* function) {
inputs_[0] = function;
}