Index: src/interface-descriptors.h |
diff --git a/src/interface-descriptors.h b/src/interface-descriptors.h |
index e7f23fc2a2f443e193945412ebfb8f3d11f18823..dd1313d7276c93b308758e8c899c6beaac70731d 100644 |
--- a/src/interface-descriptors.h |
+++ b/src/interface-descriptors.h |
@@ -38,7 +38,7 @@ |
V(CallFunction) \ |
V(CallFunctionWithFeedback) \ |
V(CallFunctionWithFeedbackAndVector) \ |
- V(Construct) \ |
+ V(CallConstruct) \ |
V(CallTrampoline) \ |
V(ConstructTrampoline) \ |
V(RegExpConstructResult) \ |
@@ -495,9 +495,9 @@ |
}; |
-class ConstructDescriptor : public CallInterfaceDescriptor { |
- public: |
- DECLARE_DESCRIPTOR(ConstructDescriptor, CallInterfaceDescriptor) |
+class CallConstructDescriptor : public CallInterfaceDescriptor { |
+ public: |
+ DECLARE_DESCRIPTOR(CallConstructDescriptor, CallInterfaceDescriptor) |
}; |