Revision: 15225
Author: [email protected]
Date: Thu Jun 20 02:10:19 2013
Log: symbols should be in the startup snapshot
[email protected]
BUG=
Review URL: https://codereview.chromium.org/17366004
http://code.google.com/p/v8/source/detail?r=15225
Modified:
/branches/bleeding_edge/src/serialize.h
=======================================
--- /branches/bleeding_edge/src/serialize.h Wed Jun 12 08:03:44 2013
+++ /branches/bleeding_edge/src/serialize.h Thu Jun 20 02:10:19 2013
@@ -613,7 +613,7 @@
// unique ID, and deserializing several partial snapshots containing
script
// would cause dupes.
ASSERT(!o->IsScript());
- return o->IsString() || o->IsSharedFunctionInfo() ||
+ return o->IsName() || o->IsSharedFunctionInfo() ||
o->IsHeapNumber() || o->IsCode() ||
o->IsScopeInfo() ||
o->map() == HEAP->fixed_cow_array_map();
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.