diff options
Diffstat (limited to 'chromium/v8/src/objects/heap-object.h')
| -rw-r--r-- | chromium/v8/src/objects/heap-object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/objects/heap-object.h b/chromium/v8/src/objects/heap-object.h index b19d429320b..0f8efb5c78f 100644 --- a/chromium/v8/src/objects/heap-object.h +++ b/chromium/v8/src/objects/heap-object.h @@ -191,7 +191,7 @@ class HeapObject : public Object { bool CanBeRehashed() const; // Rehash the object based on the layout inferred from its map. - void RehashBasedOnMap(ReadOnlyRoots root); + void RehashBasedOnMap(LocalIsolateWrapper isolate); // Layout description. #define HEAP_OBJECT_FIELDS(V) \ |
