summaryrefslogtreecommitdiff
path: root/chromium/v8/src/wasm/wasm-result.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/wasm/wasm-result.cc')
-rw-r--r--chromium/v8/src/wasm/wasm-result.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/wasm/wasm-result.cc b/chromium/v8/src/wasm/wasm-result.cc
index 251563e15b1..80b7b4a6ad5 100644
--- a/chromium/v8/src/wasm/wasm-result.cc
+++ b/chromium/v8/src/wasm/wasm-result.cc
@@ -50,7 +50,7 @@ void PrintFToString(std::string& str, size_t str_offset, const char* format,
} // namespace
// static
-std::string ResultBase::FormatError(const char* format, va_list args) {
+std::string WasmError::FormatError(const char* format, va_list args) {
std::string result;
VPrintFToString(result, 0, format, args);
return result;