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