summaryrefslogtreecommitdiffstats
path: root/src/objects.h
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2010-07-29 15:18:00 +0100
committerKristian Monsen <kristianm@google.com>2010-07-29 15:18:00 +0100
commit50ef84f5fad2def87d3fbc737bec4a32711fdef4 (patch)
tree72049481a445e51e78cc81ec1d114de2e87c6d1f /src/objects.h
parent3bec4d28b1f388dbc06a9c4276e1a03e86c52b04 (diff)
downloadandroid_external_v8-50ef84f5fad2def87d3fbc737bec4a32711fdef4.tar.gz
android_external_v8-50ef84f5fad2def87d3fbc737bec4a32711fdef4.tar.bz2
android_external_v8-50ef84f5fad2def87d3fbc737bec4a32711fdef4.zip
Update V8 to r5136 as required by WebKit r64264
Change-Id: I55b86fa101d9d53e889e2e3811fdf75f463ac3c6
Diffstat (limited to 'src/objects.h')
-rw-r--r--src/objects.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objects.h b/src/objects.h
index 2b646113..a5d78600 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -39,7 +39,7 @@
#endif
//
-// All object types in the V8 JavaScript are described in this file.
+// Most object types in the V8 JavaScript are described in this file.
//
// Inheritance hierarchy:
// - Object
@@ -74,8 +74,8 @@
// - CodeCacheHashTable
// - MapCache
// - Context
-// - GlobalContext
// - JSFunctionResultCache
+// - SerializedScopeInfo
// - String
// - SeqString
// - SeqAsciiString
@@ -2725,7 +2725,7 @@ class Code: public HeapObject {
};
enum {
- NUMBER_OF_KINDS = KEYED_STORE_IC + 1
+ NUMBER_OF_KINDS = LAST_IC_KIND + 1
};
#ifdef ENABLE_DISASSEMBLER