diff options
Diffstat (limited to 'chromium/v8/src/handles/global-handles.cc')
-rw-r--r-- | chromium/v8/src/handles/global-handles.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/handles/global-handles.cc b/chromium/v8/src/handles/global-handles.cc index e6dbd6ad450..4404b0b6379 100644 --- a/chromium/v8/src/handles/global-handles.cc +++ b/chromium/v8/src/handles/global-handles.cc @@ -575,7 +575,7 @@ class GlobalHandles::Node final : public NodeBase<GlobalHandles::Node> { void PostGarbageCollectionProcessing(Isolate* isolate) { // This method invokes a finalizer. Updating the method name would require - // adjusting CFI blacklist as weak_callback_ is invoked on the wrong type. + // adjusting CFI blocklist as weak_callback_ is invoked on the wrong type. CHECK(IsPendingFinalizer()); set_state(NEAR_DEATH); // Check that we are not passing a finalized external string to |