aboutsummaryrefslogtreecommitdiff
path: root/src/objects.h
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2010-11-09 16:16:48 -0800
committerTeng-Hui Zhu <ztenghui@google.com>2010-11-15 17:07:50 -0800
commit3e5fa29ddb82551500b118e9bf37af3966277b70 (patch)
treea74a16cc186a742dd182289692dfbe9ce1c3c5d4 /src/objects.h
parent5913587db4c6bab03d97bfe44b06289fd6d7270d (diff)
downloadv8-3e5fa29ddb82551500b118e9bf37af3966277b70.tar.gz
Update V8 to r5780 as required by WebKit r71558
Change-Id: Ie3936550b99967a13755930d0dac0a59c3562625
Diffstat (limited to 'src/objects.h')
-rw-r--r--src/objects.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/objects.h b/src/objects.h
index 87234ea2..6029ad54 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -3409,8 +3409,7 @@ class Script: public Struct {
// Script compilation types.
enum CompilationType {
COMPILATION_TYPE_HOST = 0,
- COMPILATION_TYPE_EVAL = 1,
- COMPILATION_TYPE_JSON = 2
+ COMPILATION_TYPE_EVAL = 1
};
// [source]: the script source.