Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 7f3f97e3234b3a5bbc461df76367bdcc9de20cad..318df38433451f0a376f44c6c7fa25dafc988b58 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -98,8 +98,7 @@ namespace internal { |
F(IsParallelRecompilationSupported, 0, 1) \ |
F(OptimizeFunctionOnNextCall, -1, 1) \ |
F(NeverOptimizeFunction, 1, 1) \ |
- F(CompleteOptimization, 1, 1) \ |
- F(GetOptimizationStatus, 1, 1) \ |
+ F(GetOptimizationStatus, -1, 1) \ |
F(GetOptimizationCount, 1, 1) \ |
F(CompileForOnStackReplacement, 1, 1) \ |
F(AllocateInNewSpace, 1, 1) \ |