summaryrefslogtreecommitdiffstats
path: root/chromium/v8/src/common/message-template.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/common/message-template.h')
-rw-r--r--chromium/v8/src/common/message-template.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/v8/src/common/message-template.h b/chromium/v8/src/common/message-template.h
index e6a25de2663..cf8d66b8bb6 100644
--- a/chromium/v8/src/common/message-template.h
+++ b/chromium/v8/src/common/message-template.h
@@ -320,7 +320,7 @@ namespace internal {
"a location, got %") \
T(InvalidArrayBufferLength, "Invalid array buffer length") \
T(ArrayBufferAllocationFailed, "Array buffer allocation failed") \
- T(Invalid, "Invalid %s : %") \
+ T(Invalid, "Invalid % : %") \
T(InvalidArrayLength, "Invalid array length") \
T(InvalidAtomicAccessIndex, "Invalid atomic access index") \
T(InvalidCodePoint, "Invalid code point %") \
@@ -551,8 +551,8 @@ namespace internal {
T(WasmTrapDataSegmentDropped, "data segment has been dropped") \
T(WasmTrapElemSegmentDropped, "element segment has been dropped") \
T(WasmTrapTableOutOfBounds, "table access out of bounds") \
- T(WasmTrapBrOnExnNullRef, "br_on_exn on nullref value") \
- T(WasmTrapRethrowNullRef, "rethrowing nullref value") \
+ T(WasmTrapBrOnExnNull, "br_on_exn on null value") \
+ T(WasmTrapRethrowNull, "rethrowing null value") \
T(WasmTrapNullDereference, "dereferencing a null pointer") \
T(WasmTrapIllegalCast, "illegal cast") \
T(WasmTrapArrayOutOfBounds, "array element access out of bounds") \