summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/runtime/JSType.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/runtime/JSType.h')
-rw-r--r--JavaScriptCore/runtime/JSType.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/JavaScriptCore/runtime/JSType.h b/JavaScriptCore/runtime/JSType.h
index a118b87..882b218 100644
--- a/JavaScriptCore/runtime/JSType.h
+++ b/JavaScriptCore/runtime/JSType.h
@@ -33,7 +33,6 @@ namespace JSC {
NumberType = 3,
NullType = 4,
StringType = 5,
-
// The CompoundType value must come before any JSType that may have children
CompoundType = 6,
ObjectType = 7,