Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 494c99b1f41c470d492d738badca2009d5c66d9c..2a0de236ee7105d63ea4286b46832b7d024e1d4d 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -149,11 +149,6 @@ class ZoneScopeInfo; |
V(number_symbol, "number") \ |
V(Number_symbol, "Number") \ |
V(RegExp_symbol, "RegExp") \ |
- V(source_symbol, "source") \ |
- V(global_symbol, "global") \ |
- V(ignore_case_symbol, "ignoreCase") \ |
- V(multiline_symbol, "multiline") \ |
- V(last_index_symbol, "lastIndex") \ |
V(object_symbol, "object") \ |
V(prototype_symbol, "prototype") \ |
V(string_symbol, "string") \ |