Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index f08135bb16e17c5db3d713a3514a418f12b44536..5c9c32357d5f3b01547a881a207be365c04c6825 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -334,6 +334,8 @@ class CallSite { |
T(StrictWith, "Strict mode code may not include a with statement") \ |
T(StrongArguments, \ |
"In strong mode, 'arguments' is deprecated, use '...args' instead") \ |
+ T(StrongConstructorDirective, \ |
+ "\"use strong\" directive is disallowed in class constructor body") \ |
T(StrongConstructorReturnMisplaced, \ |
"In strong mode, returning from a constructor before its super " \ |
"constructor invocation or all assignments to 'this' is deprecated") \ |