Chromium Code Reviews| Index: src/wasm/wasm-result.cc |
| diff --git a/src/wasm/wasm-result.cc b/src/wasm/wasm-result.cc |
| index 4fd17ee364f7b885bb53668279dba92838a38d77..3de5812e9f47638753246775a6ce60cca637c672 100644 |
| --- a/src/wasm/wasm-result.cc |
| +++ b/src/wasm/wasm-result.cc |
| @@ -28,7 +28,6 @@ std::ostream& operator<<(std::ostream& os, const ErrorCode& error_code) { |
| return os; |
| } |
| - |
| void ErrorThrower::Error(const char* format, ...) { |
| if (error_) return; // only report the first error. |
| error_ = true; |