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, 0 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/runtime/JSWeakMap.h b/Source/JavaScriptCore/runtime/JSWeakMap.h
index 81b3962de..a3229c265 100644
--- a/Source/JavaScriptCore/runtime/JSWeakMap.h
+++ b/Source/JavaScriptCore/runtime/JSWeakMap.h
@@ -65,8 +65,6 @@ public:
void clear(CallFrame*);
private:
- static const unsigned StructureFlags = OverridesVisitChildren | Base::StructureFlags;
-
JSWeakMap(VM& vm, Structure* structure)
: Base(vm, structure)
{