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