summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/runtime/JSWeakMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/runtime/JSWeakMap.h')
-rw-r--r--Source/JavaScriptCore/runtime/JSWeakMap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/runtime/JSWeakMap.h b/Source/JavaScriptCore/runtime/JSWeakMap.h
index a3229c265..81b3962de 100644
--- a/Source/JavaScriptCore/runtime/JSWeakMap.h
+++ b/Source/JavaScriptCore/runtime/JSWeakMap.h
@@ -65,6 +65,8 @@ public:
void clear(CallFrame*);
private:
+ static const unsigned StructureFlags = OverridesVisitChildren | Base::StructureFlags;
+
JSWeakMap(VM& vm, Structure* structure)
: Base(vm, structure)
{