Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 85ffece01a7a6b5dc654bcc98f2ec52c62b9a92a..0556666f5b6f72efd24220a7f06577dfa5dda6f8 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -155,9 +155,8 @@ namespace internal { |
F(RemPiO2, 1, 1) \ |
\ |
/* Regular expressions */ \ |
- F(RegExpCompile, 3, 1) \ |
+ F(RegExpInitializeAndCompile, 3, 1) \ |
F(RegExpExecMultiple, 4, 1) \ |
- F(RegExpInitializeObject, 6, 1) \ |
\ |
/* JSON */ \ |
F(ParseJson, 1, 1) \ |