Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 5267c0b0530beb2ad37abbbd4dffb47bd7e18851..7351d1333176876f56096b2d854e06d61c1069af 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -7297,9 +7297,6 @@ class JSWeakMap: public JSObject { |
// [next]: linked list of encountered weak maps during GC. |
DECL_ACCESSORS(next, Object) |
- // Unchecked accessors to be used during GC. |
- inline ObjectHashTable* unchecked_table(); |
- |
// Casting. |
static inline JSWeakMap* cast(Object* obj); |