Chromium Code Reviews| Index: src/asmjs/asm-typer.cc |
| diff --git a/src/asmjs/asm-typer.cc b/src/asmjs/asm-typer.cc |
| index 55b5fc70d8dcc724e9186688381a162f02469670..2b0b91a5568ff8b9081cbbb7db21b03309815d94 100644 |
| --- a/src/asmjs/asm-typer.cc |
| +++ b/src/asmjs/asm-typer.cc |
| @@ -25,7 +25,7 @@ |
| ? -1 \ |
| : script_->GetLineNumber(node->position()); \ |
| base::OS::SNPrintF(error_message_, sizeof(error_message_), \ |
| - "asm: line %d: %s\n", line + 1, msg); \ |
| + "asm: line %d: %s", line + 1, msg); \ |
| return AsmType::None(); \ |
| } while (false) |