Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 907ede3a9f5969b080026656030b6b7264698a94..ba88b6c5addfb5a866a42ba2fd5f6b56020012f9 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -148,7 +148,7 @@ namespace internal { |
F(DebugGetInternalProperties, 1, 1) \ |
F(DebugGetPropertyDetails, 2, 1) \ |
F(DebugGetProperty, 2, 1) \ |
- F(DebugPropertyTypeFromDetails, 1, 1) \ |
+ F(DebugPropertyKindFromDetails, 1, 1) \ |
F(DebugPropertyAttributesFromDetails, 1, 1) \ |
F(CheckExecutionState, 1, 1) \ |
F(GetFrameCount, 1, 1) \ |