Commit 8f760827 authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Fix presubmit error

TBR=ager@chromium.org
Review URL: http://codereview.chromium.org/867002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4098 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent c413105d
// Copyright 2006-2008 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
......
......@@ -234,7 +234,7 @@ class CodeGeneratorPatcher {
CodeGenerator::InlineRuntimeLUT genGetFramePointer =
{&CodeGenerator::GenerateGetFramePointer, "_GetFramePointer", 0};
// _RandomPositiveSmi is not used in our tests. The one we replace need to
// have the same noumer of arguments as the one we put in, which is zero in
// have the same number of arguments as the one we put in, which is zero in
// this case.
bool result = CodeGenerator::PatchInlineRuntimeEntry(
NewString("_RandomPositiveSmi"),
......
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