Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: src/serialize.h

Issue 699473002: 429168: fix for PdfJs regression (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/heap/spaces.h ('k') | src/serialize.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/serialize.h
diff --git a/src/serialize.h b/src/serialize.h
index 2aa55ea3b5f0d53b591b968295fd800994c8f5a5..0774591797f0740f94c826c08cf162fe41ebaecd 100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -296,7 +296,7 @@ class SerializerDeserializer: public ObjectVisitor {
// No reservation for large object space necessary.
static const int kNumberOfPreallocatedSpaces = LO_SPACE;
- static const int kNumberOfSpaces = INVALID_SPACE;
+ static const int kNumberOfSpaces = LAST_SPACE + 1;
protected:
// Where the pointed-to object can be found:
« no previous file with comments | « src/heap/spaces.h ('k') | src/serialize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698