Index: src/messages.js |
=================================================================== |
--- src/messages.js (revision 2284) |
+++ src/messages.js (working copy) |
@@ -659,7 +659,7 @@ |
%SetProperty(f.prototype, 'constructor', f, DONT_ENUM); |
f.prototype.name = name; |
%SetCode(f, function(m) { |
- if (%IsConstructCall()) { |
+ if (%_IsConstructCall()) { |
if (m === kAddMessageAccessorsMarker) { |
DefineOneShotAccessor(this, 'message', function (obj) { |
return FormatMessage({type: obj.type, args: obj.arguments}); |