Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index f9ebbc42ef8f62f6cbd63685b641cf413fee82d1..98782b1e4a1c839c84674e78aae95fca7d92c10b 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -100,6 +100,7 @@ namespace internal { |
| F(CharFromCode, 1, 1) \ |
| F(URIEscape, 1, 1) \ |
| F(URIUnescape, 1, 1) \ |
| + F(QuoteJSONString, 1, 1) \ |
| \ |
| F(NumberToString, 1, 1) \ |
| F(NumberToStringSkipCache, 1, 1) \ |