summaryrefslogtreecommitdiff
path: root/deps/v8/src/execution/protectors.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/execution/protectors.h')
-rw-r--r--deps/v8/src/execution/protectors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/execution/protectors.h b/deps/v8/src/execution/protectors.h
index c4ca49d948..aa89275c11 100644
--- a/deps/v8/src/execution/protectors.h
+++ b/deps/v8/src/execution/protectors.h
@@ -26,6 +26,8 @@ class Protectors : public AllStatic {
is_concat_spreadable_protector) \
V(NoElements, NoElementsProtector, no_elements_protector) \
\
+ V(MegaDOM, MegaDOMProtector, mega_dom_protector) \
+ \
/* The MapIterator protector protects the original iteration behaviors */ \
/* of Map.prototype.keys(), Map.prototype.values(), and */ \
/* Set.prototype.entries(). It does not protect the original iteration */ \