summaryrefslogtreecommitdiff
path: root/chromium/v8/src/objects/property-cell.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/objects/property-cell.h')
-rw-r--r--chromium/v8/src/objects/property-cell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/objects/property-cell.h b/chromium/v8/src/objects/property-cell.h
index 75a5132728b..b336986f621 100644
--- a/chromium/v8/src/objects/property-cell.h
+++ b/chromium/v8/src/objects/property-cell.h
@@ -47,7 +47,7 @@ class PropertyCell : public HeapObject {
static Handle<PropertyCell> InvalidateEntry(
Isolate* isolate, Handle<GlobalDictionary> dictionary, int entry);
- static void SetValueWithInvalidation(Isolate* isolate,
+ static void SetValueWithInvalidation(Isolate* isolate, const char* cell_name,
Handle<PropertyCell> cell,
Handle<Object> new_value);