Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index f32c8a621234a88fa1db53682031da1e19da9f4d..40f1c7e2caf5972bef41d657f9cf43b78f16ec7e 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -287,6 +287,7 @@ namespace internal { |
| F(GetFromCacheRT, 2, 1) \ |
| F(MessageGetStartPosition, 1, 1) \ |
| F(MessageGetScript, 1, 1) \ |
| + F(FormatMessageString, 4, 1) \ |
| F(IS_VAR, 1, 1) \ |
| F(GetFromCache, 2, 1) \ |
| F(IncrementStatsCounter, 1, 1) \ |