Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 7b522e04a33b98ebc6a574b43fa02ea692a63ba0..74fb01257954d77788f4e3cfa2bf16d478b0f1fa 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6897,7 +6897,7 @@ class JSFunctionProxy: public JSProxy { |
class JSWeakMap: public JSObject { |
public: |
// [table]: the backing hash table mapping keys to values. |
- DECL_ACCESSORS(table, ObjectHashTable) |
+ DECL_ACCESSORS(table, Object) |
// [next]: linked list of encountered weak maps during GC. |
DECL_ACCESSORS(next, Object) |