Index: src/regexp/jsregexp.h |
diff --git a/src/regexp/jsregexp.h b/src/regexp/jsregexp.h |
index b2e84ba4f3a69a4b25861f600bd8da12f2d218fa..77d61ae17ef40d7db29d966a00b737b30712945f 100644 |
--- a/src/regexp/jsregexp.h |
+++ b/src/regexp/jsregexp.h |
@@ -158,7 +158,7 @@ class RegExpImpl { |
// total regexp code compiled including code that has subsequently been freed |
// and the total executable memory at any point. |
static const size_t kRegExpExecutableMemoryLimit = 16 * MB; |
- static const int kRegExpCompiledLimit = 1 * MB; |
+ static const size_t kRegExpCompiledLimit = 1 * MB; |
static const int kRegExpTooLargeToOptimize = 20 * KB; |
private: |