Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: src/messages.h

Issue 1166433007: [strong] fix strong object exception messages (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/message/strong-object-freeze-prop.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/messages.h
diff --git a/src/messages.h b/src/messages.h
index 50cb2c60e58da7ee5c191a73d598bd22474a788a..005b0606e75be4fa2aea77371f0df3c9f0fea62c 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -230,11 +230,10 @@ class CallSite {
"On strong object %, deletion of property % is deprecated") \
T(StrongImplicitCast, "In strong mode, implicit conversions are deprecated") \
T(StrongRedefineDisallowed, \
- "Cannot redefine non-configurable property '%' of strong object % to be " \
- "non-writable") \
- T(StrongSetProto, \
"On strong object %, redefining writable, non-configurable property '%' " \
"to be non-writable is deprecated") \
+ T(StrongSetProto, \
+ "On strong object %, redefining the internal prototype is deprecated") \
T(SymbolKeyFor, "% is not a symbol") \
T(SymbolToPrimitive, \
"Cannot convert a Symbol wrapper object to a primitive value") \
« no previous file with comments | « no previous file | test/message/strong-object-freeze-prop.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698