Chromium Code Reviews| Index: src/isolate.h |
| =================================================================== |
| --- src/isolate.h (revision 12497) |
| +++ src/isolate.h (working copy) |
| @@ -991,9 +991,6 @@ |
| Factory* factory() { return reinterpret_cast<Factory*>(this); } |
| - // SerializerDeserializer state. |
| - static const int kPartialSnapshotCacheCapacity = 1400; |
| - |
| static const int kJSRegexpStaticOffsetsVectorSize = 128; |
| Address external_callback() { |